Assuming a cluster running HDFS, MapReduce version 2 (MRv2) on YARN with all settings at
their default, what do you need to do when adding a new slave node to a cluster?

A.
Nothing, other than ensuring that DNS (or /etc/hosts files on all machines) contains am entry for
the new node.
B.
Restart the NameNode and ResourceManager deamons and resubmit any running jobs
C.
Increase the value of dfs.number.of.needs in hdfs-site.xml
D.
Add a new entry to /etc/nodes on the NameNode host.
E.
Restart the NameNode daemon.
Answer “A” – DataNodes heart beat into NameNode.
DNS needs to work for forward and reverse lookups
0
0
A.
Nothing, other than ensuring that DNS (or /etc/hosts files on all machines) contains am entry for
the new node.
0
0