次の手順は、実行中のクラスターに新しいノードを起動するのに役立ちます。
1> Update the /etc/hadoop/conf/slaves list with the new node-name
2> Sync the full configuration /etc/hadoop/conf to the new datanode from the Namenode. If the file system isn't shared.
2> Restart all the hadoop services on Namenode/Tasktracker and all the services on the new Datanode.
3> Verify the new datanode from the browser http://namenode:50070
4> Run the balancer script to readjust the data between the nodes.
新しいノードを追加するときに、NN でサービスを再起動したくない場合。スレーブ構成ファイルに先に名前を追加すると思います。したがって、それらは使用可能になるまで廃止/デッド ノードとして報告されます。上記の DataNode のみの手順に従います。繰り返しますが、これはベスト プラクティスではありません。