I am new to hadoop. To run some benchmarks, I need to distinguish the hadoop configuration for comparison.
I want to know the method for deleting a slave from DFS (not starting the datanode daemon), but not from Mapred (continue Tasktracker) or vice versa. AFAIK, there is one slave file for such chaos nodes, and not separate subordinate files for DFS and Mapred.
I am currently trying to run both DFS and Mapred on a slave node, and then kill the datanode on the slave. But it takes some time to migrate this node to dead nodes on the HDFS GUI. Any parameter can be configured to speed up this timeout?
Thankssss
source share