where can I find core-site.xml,hdfs-site.xml etc..?


2 Answer(s)


hadoop conf dir: /etc/hadoop/conf
hadoop install: /usr/lib/hadoop

In case you need tosearch for any dir or file us the command to search:

sudo find / -type d -name '*hadoop*'

hi Parvathi,

all the configuration files can be found under /etc/hadoop/conf directoreis