When editing hadoop
.xml
config files (eg. hdfs-site.xml), which node of the hadoop
cluster should be the one used to edit the files? Ie. with a cluster of many nodes, all of them having a hadoop folder containing .xml and .properties files, which 'set' of files should be edited to make config changes? Could not tell by looking at the docs.
Eg. I am trying to configure hadoop
to use hue
following the config changes found here, where need to add lines to hdfs-site.xml, but this file exists on all nodes of the cluster. Do I need to manually edit for every node? Does it depend on if the node is running a certain service (eg. only need to ever change the config files on nodes running the resource manager service)?
Don't use hadoop
often, so detailed explanations would be appreciated. Thanks.
Full disclosure (for clarification): I am using a commercial version of hadoop
called mapr
.