Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
hdfs [2016/04/21 08:31]
steve
hdfs [2016/04/21 08:32]
steve
Line 102: Line 102:
 </​code>​ </​code>​
  
-Once the node is completely decommissioned,​ you can remove it from the ''​slaves''​ file in your Hadoop configuration directory.+Once the node is completely decommissioned,​ you can remove it from the ''​slaves''​ file in your Hadoop configuration directory, and restart HDFS: 
 + 
 +<​code>​ 
 +stop-dfs.sh 
 +start-dfs.sh 
 +</​code>​