do I need to restart ALL the hadoop daemons whenever I make changes to xml configuration files

702 views Asked by At

Suppose my hadoop cluster is running and I make changes to hdfs-site.xml. My question is which services/Daemons need to be restarted in this case? Similarly which daemons need to be restarted if I make changes to yarn-site.xml, core-site.xml, mapred-site.xml, allocations.xml

Or should I restart all daemons in every case mentioned above?

1

There are 1 answers

0
Debiprasad Mishra On BEST ANSWER

I got answer to my questions. Answer is it depends which service configuration properties we are changing. let's say if we change namenode properties, we need to restart HDFS service.