Re: How to find Blacklisted Nodes via cli.

2013-01-31 Thread Harsh J
There isn't a concept of 'blacklist' in HDFS, it exists only in MapReduce (MR1) and YARN. Dead Nodes (and those that have been excluded) are reported via hdfs dfsadmin -report as indicated earlier. On Thu, Jan 31, 2013 at 7:28 PM, Dhanasekaran Anbalagan bugcy...@gmail.com wrote: Hi Hemanth,

Re: How to find Blacklisted Nodes via cli.

2013-01-30 Thread Nitin Pawar
*bin/hadoop dfsadmin -report should give you what you are looking for.* * * *a node is blacklisted only if there are too many failures on a particular node. You can clear it by restarting the particular datanode or tasktracker service. This is for the better performance of your hadoop cluster to

Re: How to find Blacklisted Nodes via cli.

2013-01-30 Thread Hemanth Yamijala
Hi, Part answer: you can get the blacklisted tasktrackers using the command line: mapred job -list-blacklisted-trackers. Also, I think that a blacklisted tasktracker becomes 'unblacklisted' if it works fine after some time. Though I am not very sure about this. Thanks hemanth On Wed, Jan 30,