■dfs.hosts.exclude:
Names a file that contains a list of hosts that are
not permitted to connect to the namenode. The full pathname of the
file must be specified. If the value is empty, no hosts are
excluded.
# Add below this to hdfs-site.xml
<property>
<name>dfs.hosts.exclude</name>
<value>/home/hadoop/hadoop/conf/excludes</value>
</property>
■mapred.hosts.exclude
Names a file that contains the list of hosts that
should be excluded by the jobtracker. If the value is empty, no
hosts are excluded.
# Add below this to mapred-site.xml
<property>
<name>mapred.hosts.exclude</name>
<value>/home/hadoop/hadoop/conf/excludes</value>
</property>
# Excute
$ bin/hadoop dfsadmin -refreshNodes
# Excute Banlancer to banlanc for data
bin/hadoop balancer
No comments:
Post a Comment