Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28BEDEC02 for ; Wed, 30 Jan 2013 16:13:13 +0000 (UTC) Received: (qmail 93794 invoked by uid 500); 30 Jan 2013 16:13:08 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 93391 invoked by uid 500); 30 Jan 2013 16:13:07 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 93366 invoked by uid 99); 30 Jan 2013 16:13:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 16:13:07 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nitinpawar432@gmail.com designates 209.85.128.169 as permitted sender) Received: from [209.85.128.169] (HELO mail-ve0-f169.google.com) (209.85.128.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 16:12:59 +0000 Received: by mail-ve0-f169.google.com with SMTP id cy12so1230922veb.28 for ; Wed, 30 Jan 2013 08:12:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=KfcjDLRxEUHWPfjxdKXFy0QzwTJeBFCPQVTSZXx0Ips=; b=npH8hUHRgrfhKs0TC+YTbUOoqEQFhUsYkZqN7Tn8991DbbgoOWdQZBiPiYV37y+BfS fodDv8ccwtBTQ4FRZ0Z5AemN+o/O4Vg+uZuRu9GMyskFXMBlTSs1CyPHs0Wk23F4DBtx sJgNljolpCeOs1Dk6qT2uuPAoClddjSeW9wghDnppaQP9Ah3XdAF7d5CWhTDMBFbIzIv GLgls5wWrr2DIpdM9AVYVUUEO13ZFZooTmXOCse+H8YcjpmppA/fgBWXZUgD/ZSi8pyS hcnbyFmvqDpByu7P5+x0kDDLAeUfDyGtUvjxx/o4mofFn+Ojsp3+SMh70utpgGmz20RK d8Rw== MIME-Version: 1.0 X-Received: by 10.220.156.10 with SMTP id u10mr5299620vcw.28.1359562358408; Wed, 30 Jan 2013 08:12:38 -0800 (PST) Received: by 10.59.9.67 with HTTP; Wed, 30 Jan 2013 08:12:38 -0800 (PST) In-Reply-To: References: Date: Wed, 30 Jan 2013 21:42:38 +0530 Message-ID: Subject: Re: How to find Blacklisted Nodes via cli. From: Nitin Pawar To: user@hadoop.apache.org Cc: cdh-user@cloudera.org Content-Type: multipart/alternative; boundary=f46d043890936c466b04d483c71e X-Virus-Checked: Checked by ClamAV on apache.org --f46d043890936c466b04d483c71e Content-Type: text/plain; charset=ISO-8859-1 *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 remove a node where too many failures are happening so that you can figure out the reason and then add it back in cluster. you can also exclude the node from the cluster all together. * * * *I never tried myself removing a node from blacklist on the fly so not sure how that is done. I will wait if someone can tell me witout restart its possible or not (without increasing the failure thresholds ) * On Wed, Jan 30, 2013 at 9:35 PM, Dhanasekaran Anbalagan wrote: > Hi Guys, > > How to find Blacklisted Nodes via, command line. I want to see job > Tracker Blacklisted Nodes and hdfs Blacklisted Nodes. > > and also how to clear blacklisted nodes to clear start. The only option to > restart the service. some other way clear the Blacklisted Nodes. > > please guide me. > > -Dhanasekaran. > > Did I learn something today? If not, I wasted it. > -- Nitin Pawar --f46d043890936c466b04d483c71e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
bin/hadoop dfsa= dmin -report should give you what you are looking for.
<= div>
a node is blacklisted only if there are too many= failures on a particular node. You can clear it by restarting the particul= ar datanode or tasktracker service. This is for the better performance of y= our hadoop cluster to remove a node where too many failures are happening s= o that you can figure out the reason and then add it back in cluster. you c= an also exclude the node from the cluster all together.=A0

I never tried myself removing a node from blacklist o= n the fly so not sure how that is done. I will wait if someone can tell me = witout restart its possible or not (without increasing the failure threshol= ds )=A0


On Wed,= Jan 30, 2013 at 9:35 PM, Dhanasekaran Anbalagan <bugcy013@gmail.com&= gt; wrote:
Hi Guys,

How to find=A0Blacklisted Nodes via, command line. I want to see job Track= er=A0Blacklisted Nodes and hdfs=A0Blacklisted Nodes.

and also how to clear blacklisted nodes to clear start.= The only=A0option=A0to restart the service. some other way clear the=A0Bla= cklisted Nodes.

please guide me.

-Dhanasek= aran.

Did I learn something today? If not, I = wasted it.



--
Nitin Pawar<= br> --f46d043890936c466b04d483c71e--