You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Azuryy Yu <az...@gmail.com> on 2013/07/05 04:42:19 UTC

Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated
logs in the datanode log. what's wrong?

Re: Decomssion datanode - no response

Posted by varun kumar <va...@gmail.com>.
Try to give IPaddressofDatanode:50010


On Fri, Jul 5, 2013 at 12:25 PM, Azuryy Yu <az...@gmail.com> wrote:

> I filed this issue at :
> https://issues.apache.org/jira/browse/HDFS-4959
>
>
> On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:
>
>> Client hasn't any connection problem.
>>
>>
>> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>>
>>>  And also could you check whether the client is connecting to NameNode
>>> or any failure in connecting to the NN.****
>>>
>>> ** **
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>> ** **
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 09:15
>>>
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ** **
>>>
>>> I added dfs.hosts.exclude before NN started.****
>>>
>>>  ****
>>>
>>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>>> doesn't decomssion. ****
>>>
>>> ** **
>>>
>>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> When did you add this configuration in NN conf? ****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> If you have added this configuration after starting NN, it won’t take
>>> effect and need to restart NN.****
>>>
>>>  ****
>>>
>>> If you have added this config with the exclude file before NN start, you
>>> can update the file with new hosts and refreshNodes command can be issued,
>>> then newly updated the DN’s will be decommissioned.****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:48
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Thanks Devaraj,****
>>>
>>>  ****
>>>
>>> There are no any releated logs in the NN log and DN log.****
>>>
>>>  ****
>>>
>>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> Do you see any log related to this in Name Node logs when you issue
>>> refreshNodes dfsadmin command?****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:12
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Hi,****
>>>
>>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>>> ****
>>>
>>>  ****
>>>
>>> hdfs-site.xml:****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> then:****
>>>
>>> hdfs dfsadmin -refreshNodes****
>>>
>>>  ****
>>>
>>> but there is no decomssion nodes showed on the webUI. and not any
>>> releated logs in the datanode log. what's wrong?****
>>>
>>>  ****
>>>
>>> ** **
>>>
>>
>>
>


-- 
Regards,
Varun Kumar.P

Re: Decomssion datanode - no response

Posted by varun kumar <va...@gmail.com>.
Try to give IPaddressofDatanode:50010


On Fri, Jul 5, 2013 at 12:25 PM, Azuryy Yu <az...@gmail.com> wrote:

> I filed this issue at :
> https://issues.apache.org/jira/browse/HDFS-4959
>
>
> On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:
>
>> Client hasn't any connection problem.
>>
>>
>> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>>
>>>  And also could you check whether the client is connecting to NameNode
>>> or any failure in connecting to the NN.****
>>>
>>> ** **
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>> ** **
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 09:15
>>>
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ** **
>>>
>>> I added dfs.hosts.exclude before NN started.****
>>>
>>>  ****
>>>
>>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>>> doesn't decomssion. ****
>>>
>>> ** **
>>>
>>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> When did you add this configuration in NN conf? ****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> If you have added this configuration after starting NN, it won’t take
>>> effect and need to restart NN.****
>>>
>>>  ****
>>>
>>> If you have added this config with the exclude file before NN start, you
>>> can update the file with new hosts and refreshNodes command can be issued,
>>> then newly updated the DN’s will be decommissioned.****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:48
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Thanks Devaraj,****
>>>
>>>  ****
>>>
>>> There are no any releated logs in the NN log and DN log.****
>>>
>>>  ****
>>>
>>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> Do you see any log related to this in Name Node logs when you issue
>>> refreshNodes dfsadmin command?****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:12
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Hi,****
>>>
>>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>>> ****
>>>
>>>  ****
>>>
>>> hdfs-site.xml:****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> then:****
>>>
>>> hdfs dfsadmin -refreshNodes****
>>>
>>>  ****
>>>
>>> but there is no decomssion nodes showed on the webUI. and not any
>>> releated logs in the datanode log. what's wrong?****
>>>
>>>  ****
>>>
>>> ** **
>>>
>>
>>
>


-- 
Regards,
Varun Kumar.P

Re: Decomssion datanode - no response

Posted by varun kumar <va...@gmail.com>.
Try to give IPaddressofDatanode:50010


On Fri, Jul 5, 2013 at 12:25 PM, Azuryy Yu <az...@gmail.com> wrote:

> I filed this issue at :
> https://issues.apache.org/jira/browse/HDFS-4959
>
>
> On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:
>
>> Client hasn't any connection problem.
>>
>>
>> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>>
>>>  And also could you check whether the client is connecting to NameNode
>>> or any failure in connecting to the NN.****
>>>
>>> ** **
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>> ** **
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 09:15
>>>
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ** **
>>>
>>> I added dfs.hosts.exclude before NN started.****
>>>
>>>  ****
>>>
>>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>>> doesn't decomssion. ****
>>>
>>> ** **
>>>
>>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> When did you add this configuration in NN conf? ****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> If you have added this configuration after starting NN, it won’t take
>>> effect and need to restart NN.****
>>>
>>>  ****
>>>
>>> If you have added this config with the exclude file before NN start, you
>>> can update the file with new hosts and refreshNodes command can be issued,
>>> then newly updated the DN’s will be decommissioned.****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:48
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Thanks Devaraj,****
>>>
>>>  ****
>>>
>>> There are no any releated logs in the NN log and DN log.****
>>>
>>>  ****
>>>
>>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> Do you see any log related to this in Name Node logs when you issue
>>> refreshNodes dfsadmin command?****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:12
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Hi,****
>>>
>>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>>> ****
>>>
>>>  ****
>>>
>>> hdfs-site.xml:****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> then:****
>>>
>>> hdfs dfsadmin -refreshNodes****
>>>
>>>  ****
>>>
>>> but there is no decomssion nodes showed on the webUI. and not any
>>> releated logs in the datanode log. what's wrong?****
>>>
>>>  ****
>>>
>>> ** **
>>>
>>
>>
>


-- 
Regards,
Varun Kumar.P

Re: Decomssion datanode - no response

Posted by varun kumar <va...@gmail.com>.
Try to give IPaddressofDatanode:50010


On Fri, Jul 5, 2013 at 12:25 PM, Azuryy Yu <az...@gmail.com> wrote:

> I filed this issue at :
> https://issues.apache.org/jira/browse/HDFS-4959
>
>
> On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:
>
>> Client hasn't any connection problem.
>>
>>
>> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>>
>>>  And also could you check whether the client is connecting to NameNode
>>> or any failure in connecting to the NN.****
>>>
>>> ** **
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>> ** **
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 09:15
>>>
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ** **
>>>
>>> I added dfs.hosts.exclude before NN started.****
>>>
>>>  ****
>>>
>>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>>> doesn't decomssion. ****
>>>
>>> ** **
>>>
>>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> When did you add this configuration in NN conf? ****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> If you have added this configuration after starting NN, it won’t take
>>> effect and need to restart NN.****
>>>
>>>  ****
>>>
>>> If you have added this config with the exclude file before NN start, you
>>> can update the file with new hosts and refreshNodes command can be issued,
>>> then newly updated the DN’s will be decommissioned.****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:48
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Re: Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Thanks Devaraj,****
>>>
>>>  ****
>>>
>>> There are no any releated logs in the NN log and DN log.****
>>>
>>>  ****
>>>
>>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:
>>> ****
>>>
>>> Do you see any log related to this in Name Node logs when you issue
>>> refreshNodes dfsadmin command?****
>>>
>>>  ****
>>>
>>> Thanks****
>>>
>>> Devaraj k****
>>>
>>>  ****
>>>
>>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>>> *Sent:* 05 July 2013 08:12
>>> *To:* user@hadoop.apache.org
>>> *Subject:* Decomssion datanode - no response****
>>>
>>>  ****
>>>
>>> Hi,****
>>>
>>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>>> ****
>>>
>>>  ****
>>>
>>> hdfs-site.xml:****
>>>
>>>   <property>
>>>     <name>dfs.hosts.exclude</name>
>>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>>   </property>****
>>>
>>>  ****
>>>
>>> then:****
>>>
>>> hdfs dfsadmin -refreshNodes****
>>>
>>>  ****
>>>
>>> but there is no decomssion nodes showed on the webUI. and not any
>>> releated logs in the datanode log. what's wrong?****
>>>
>>>  ****
>>>
>>> ** **
>>>
>>
>>
>


-- 
Regards,
Varun Kumar.P

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I filed this issue at :
https://issues.apache.org/jira/browse/HDFS-4959


On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:

> Client hasn't any connection problem.
>
>
> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>
>>  And also could you check whether the client is connecting to NameNode
>> or any failure in connecting to the NN.****
>>
>> ** **
>>
>> Thanks****
>>
>> Devaraj k****
>>
>> ** **
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 09:15
>>
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ** **
>>
>> I added dfs.hosts.exclude before NN started.****
>>
>>  ****
>>
>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>> doesn't decomssion. ****
>>
>> ** **
>>
>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> When did you add this configuration in NN conf? ****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> If you have added this configuration after starting NN, it won’t take
>> effect and need to restart NN.****
>>
>>  ****
>>
>> If you have added this config with the exclude file before NN start, you
>> can update the file with new hosts and refreshNodes command can be issued,
>> then newly updated the DN’s will be decommissioned.****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:48
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ****
>>
>> Thanks Devaraj,****
>>
>>  ****
>>
>> There are no any releated logs in the NN log and DN log.****
>>
>>  ****
>>
>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> Do you see any log related to this in Name Node logs when you issue
>> refreshNodes dfsadmin command?****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:12
>> *To:* user@hadoop.apache.org
>> *Subject:* Decomssion datanode - no response****
>>
>>  ****
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>>  ****
>>
>> ** **
>>
>
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I filed this issue at :
https://issues.apache.org/jira/browse/HDFS-4959


On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:

> Client hasn't any connection problem.
>
>
> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>
>>  And also could you check whether the client is connecting to NameNode
>> or any failure in connecting to the NN.****
>>
>> ** **
>>
>> Thanks****
>>
>> Devaraj k****
>>
>> ** **
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 09:15
>>
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ** **
>>
>> I added dfs.hosts.exclude before NN started.****
>>
>>  ****
>>
>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>> doesn't decomssion. ****
>>
>> ** **
>>
>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> When did you add this configuration in NN conf? ****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> If you have added this configuration after starting NN, it won’t take
>> effect and need to restart NN.****
>>
>>  ****
>>
>> If you have added this config with the exclude file before NN start, you
>> can update the file with new hosts and refreshNodes command can be issued,
>> then newly updated the DN’s will be decommissioned.****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:48
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ****
>>
>> Thanks Devaraj,****
>>
>>  ****
>>
>> There are no any releated logs in the NN log and DN log.****
>>
>>  ****
>>
>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> Do you see any log related to this in Name Node logs when you issue
>> refreshNodes dfsadmin command?****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:12
>> *To:* user@hadoop.apache.org
>> *Subject:* Decomssion datanode - no response****
>>
>>  ****
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>>  ****
>>
>> ** **
>>
>
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I filed this issue at :
https://issues.apache.org/jira/browse/HDFS-4959


On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:

> Client hasn't any connection problem.
>
>
> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>
>>  And also could you check whether the client is connecting to NameNode
>> or any failure in connecting to the NN.****
>>
>> ** **
>>
>> Thanks****
>>
>> Devaraj k****
>>
>> ** **
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 09:15
>>
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ** **
>>
>> I added dfs.hosts.exclude before NN started.****
>>
>>  ****
>>
>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>> doesn't decomssion. ****
>>
>> ** **
>>
>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> When did you add this configuration in NN conf? ****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> If you have added this configuration after starting NN, it won’t take
>> effect and need to restart NN.****
>>
>>  ****
>>
>> If you have added this config with the exclude file before NN start, you
>> can update the file with new hosts and refreshNodes command can be issued,
>> then newly updated the DN’s will be decommissioned.****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:48
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ****
>>
>> Thanks Devaraj,****
>>
>>  ****
>>
>> There are no any releated logs in the NN log and DN log.****
>>
>>  ****
>>
>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> Do you see any log related to this in Name Node logs when you issue
>> refreshNodes dfsadmin command?****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:12
>> *To:* user@hadoop.apache.org
>> *Subject:* Decomssion datanode - no response****
>>
>>  ****
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>>  ****
>>
>> ** **
>>
>
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I filed this issue at :
https://issues.apache.org/jira/browse/HDFS-4959


On Fri, Jul 5, 2013 at 1:06 PM, Azuryy Yu <az...@gmail.com> wrote:

> Client hasn't any connection problem.
>
>
> On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:
>
>>  And also could you check whether the client is connecting to NameNode
>> or any failure in connecting to the NN.****
>>
>> ** **
>>
>> Thanks****
>>
>> Devaraj k****
>>
>> ** **
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 09:15
>>
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ** **
>>
>> I added dfs.hosts.exclude before NN started.****
>>
>>  ****
>>
>> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
>> doesn't decomssion. ****
>>
>> ** **
>>
>> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> When did you add this configuration in NN conf? ****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> If you have added this configuration after starting NN, it won’t take
>> effect and need to restart NN.****
>>
>>  ****
>>
>> If you have added this config with the exclude file before NN start, you
>> can update the file with new hosts and refreshNodes command can be issued,
>> then newly updated the DN’s will be decommissioned.****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:48
>> *To:* user@hadoop.apache.org
>> *Subject:* Re: Decomssion datanode - no response****
>>
>>  ****
>>
>> Thanks Devaraj,****
>>
>>  ****
>>
>> There are no any releated logs in the NN log and DN log.****
>>
>>  ****
>>
>> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:*
>> ***
>>
>> Do you see any log related to this in Name Node logs when you issue
>> refreshNodes dfsadmin command?****
>>
>>  ****
>>
>> Thanks****
>>
>> Devaraj k****
>>
>>  ****
>>
>> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *Sent:* 05 July 2013 08:12
>> *To:* user@hadoop.apache.org
>> *Subject:* Decomssion datanode - no response****
>>
>>  ****
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>>  ****
>>
>> ** **
>>
>
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Client hasn't any connection problem.


On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:

>  And also could you check whether the client is connecting to NameNode or
> any failure in connecting to the NN.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 09:15
>
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ** **
>
> I added dfs.hosts.exclude before NN started.****
>
>  ****
>
> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
> doesn't decomssion. ****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
>  ****
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ****
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
>  ****
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
>  ****
>
> ** **
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Client hasn't any connection problem.


On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:

>  And also could you check whether the client is connecting to NameNode or
> any failure in connecting to the NN.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 09:15
>
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ** **
>
> I added dfs.hosts.exclude before NN started.****
>
>  ****
>
> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
> doesn't decomssion. ****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
>  ****
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ****
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
>  ****
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
>  ****
>
> ** **
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Client hasn't any connection problem.


On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:

>  And also could you check whether the client is connecting to NameNode or
> any failure in connecting to the NN.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 09:15
>
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ** **
>
> I added dfs.hosts.exclude before NN started.****
>
>  ****
>
> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
> doesn't decomssion. ****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
>  ****
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ****
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
>  ****
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
>  ****
>
> ** **
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Client hasn't any connection problem.


On Fri, Jul 5, 2013 at 12:46 PM, Devaraj k <de...@huawei.com> wrote:

>  And also could you check whether the client is connecting to NameNode or
> any failure in connecting to the NN.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 09:15
>
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ** **
>
> I added dfs.hosts.exclude before NN started.****
>
>  ****
>
> and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
> doesn't decomssion. ****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
>  ****
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
>  ****
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
>  ****
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
>  ****
>
> ** **
>

RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
And also could you check whether the client is connecting to NameNode or any failure in connecting to the NN.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 09:15
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It doesn't decomssion.

On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com>> wrote:
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
And also could you check whether the client is connecting to NameNode or any failure in connecting to the NN.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 09:15
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It doesn't decomssion.

On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com>> wrote:
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
And also could you check whether the client is connecting to NameNode or any failure in connecting to the NN.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 09:15
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It doesn't decomssion.

On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com>> wrote:
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
And also could you check whether the client is connecting to NameNode or any failure in connecting to the NN.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 09:15
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It doesn't decomssion.

On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com>> wrote:
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
doesn't decomssion.


On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:

>  When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
> ** **
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
> ** **
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
> ** **
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
> ** **
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
doesn't decomssion.


On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:

>  When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
> ** **
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
> ** **
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
> ** **
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
> ** **
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
doesn't decomssion.


On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:

>  When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
> ** **
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
> ** **
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
> ** **
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
> ** **
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
I added dfs.hosts.exclude before NN started.

and I updated /usr/local/hadoop/conf/dfs_exclude whith new hosts, but It
doesn't decomssion.


On Fri, Jul 5, 2013 at 11:39 AM, Devaraj k <de...@huawei.com> wrote:

>  When did you add this configuration in NN conf? ****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
> ** **
>
> If you have added this configuration after starting NN, it won’t take
> effect and need to restart NN.****
>
> ** **
>
> If you have added this config with the exclude file before NN start, you
> can update the file with new hosts and refreshNodes command can be issued,
> then newly updated the DN’s will be decommissioned.****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:48
> *To:* user@hadoop.apache.org
> *Subject:* Re: Decomssion datanode - no response****
>
> ** **
>
> Thanks Devaraj,****
>
>  ****
>
> There are no any releated logs in the NN log and DN log.****
>
> ** **
>
> On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:**
> **
>
> Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
>  ****
>
> Thanks****
>
> Devaraj k****
>
>  ****
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
>  ****
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>
> ** **
>

RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
When did you add this configuration in NN conf?
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

If you have added this configuration after starting NN, it won't take effect and need to restart NN.

If you have added this config with the exclude file before NN start, you can update the file with new hosts and refreshNodes command can be issued, then newly updated the DN's will be decommissioned.

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:48
To: user@hadoop.apache.org
Subject: Re: Decomssion datanode - no response

Thanks Devaraj,

There are no any releated logs in the NN log and DN log.

On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com>> wrote:
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org<ma...@hadoop.apache.org>
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Thanks Devaraj,

There are no any releated logs in the NN log and DN log.


On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:

>  Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Thanks Devaraj,

There are no any releated logs in the NN log and DN log.


On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:

>  Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Thanks Devaraj,

There are no any releated logs in the NN log and DN log.


On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:

>  Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

Re: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Thanks Devaraj,

There are no any releated logs in the NN log and DN log.


On Fri, Jul 5, 2013 at 11:14 AM, Devaraj k <de...@huawei.com> wrote:

>  Do you see any log related to this in Name Node logs when you issue
> refreshNodes dfsadmin command?****
>
> ** **
>
> Thanks****
>
> Devaraj k****
>
> ** **
>
> *From:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *Sent:* 05 July 2013 08:12
> *To:* user@hadoop.apache.org
> *Subject:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?

Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
Sorry, I mis-thought that you and FengDong Yu as two different persons.
Let talk this in the JIRA issue:)
From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Monday, July 8, 2013 11:34 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com>> wrote:
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
Sorry, I mis-thought that you and FengDong Yu as two different persons.
Let talk this in the JIRA issue:)
From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Monday, July 8, 2013 11:34 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com>> wrote:
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
Sorry, I mis-thought that you and FengDong Yu as two different persons.
Let talk this in the JIRA issue:)
From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Monday, July 8, 2013 11:34 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com>> wrote:
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
Sorry, I mis-thought that you and FengDong Yu as two different persons.
Let talk this in the JIRA issue:)
From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Monday, July 8, 2013 11:34 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com>> wrote:
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?



Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com> wrote:

>  We've found there are some bugs in the current implementation of
> refreshNodes, someone has created a JIRA issue:
> https://issues.apache.org/jira/browse/HDFS-4959
>
>   From: Azuryy Yu <az...@gmail.com>
> Reply-To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Date: Friday, July 5, 2013 11:25 AM
> To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Subject: Re: 答复: Decomssion datanode - no response
>
>   It's 20 minutes passed after I ran -refreshNodes, but there is no
> decomssion nodes showed on the UI. and canno find any hints in the NN and
> DN logs.
>
>
> On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:
>
>>  I know the default value is 10 minutes and 30 seconds for switching
>> datanodes from live to dead. ****
>>
>> ** **
>>
>> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *发送时间:* Friday, July 05, 2013 10:42
>> *收件人:*user@hadoop.apache.org
>> *主题:* Decomssion datanode - no response****
>>
>> ** **
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>
>

Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com> wrote:

>  We've found there are some bugs in the current implementation of
> refreshNodes, someone has created a JIRA issue:
> https://issues.apache.org/jira/browse/HDFS-4959
>
>   From: Azuryy Yu <az...@gmail.com>
> Reply-To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Date: Friday, July 5, 2013 11:25 AM
> To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Subject: Re: 答复: Decomssion datanode - no response
>
>   It's 20 minutes passed after I ran -refreshNodes, but there is no
> decomssion nodes showed on the UI. and canno find any hints in the NN and
> DN logs.
>
>
> On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:
>
>>  I know the default value is 10 minutes and 30 seconds for switching
>> datanodes from live to dead. ****
>>
>> ** **
>>
>> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *发送时间:* Friday, July 05, 2013 10:42
>> *收件人:*user@hadoop.apache.org
>> *主题:* Decomssion datanode - no response****
>>
>> ** **
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>
>

Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com> wrote:

>  We've found there are some bugs in the current implementation of
> refreshNodes, someone has created a JIRA issue:
> https://issues.apache.org/jira/browse/HDFS-4959
>
>   From: Azuryy Yu <az...@gmail.com>
> Reply-To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Date: Friday, July 5, 2013 11:25 AM
> To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Subject: Re: 答复: Decomssion datanode - no response
>
>   It's 20 minutes passed after I ran -refreshNodes, but there is no
> decomssion nodes showed on the UI. and canno find any hints in the NN and
> DN logs.
>
>
> On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:
>
>>  I know the default value is 10 minutes and 30 seconds for switching
>> datanodes from live to dead. ****
>>
>> ** **
>>
>> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *发送时间:* Friday, July 05, 2013 10:42
>> *收件人:*user@hadoop.apache.org
>> *主题:* Decomssion datanode - no response****
>>
>> ** **
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>
>

Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
Hey, this is I filed.


On Mon, Jul 8, 2013 at 8:26 AM, 武泽胜 <wu...@xiaomi.com> wrote:

>  We've found there are some bugs in the current implementation of
> refreshNodes, someone has created a JIRA issue:
> https://issues.apache.org/jira/browse/HDFS-4959
>
>   From: Azuryy Yu <az...@gmail.com>
> Reply-To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Date: Friday, July 5, 2013 11:25 AM
> To: "user@hadoop.apache.org" <us...@hadoop.apache.org>
> Subject: Re: 答复: Decomssion datanode - no response
>
>   It's 20 minutes passed after I ran -refreshNodes, but there is no
> decomssion nodes showed on the UI. and canno find any hints in the NN and
> DN logs.
>
>
> On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:
>
>>  I know the default value is 10 minutes and 30 seconds for switching
>> datanodes from live to dead. ****
>>
>> ** **
>>
>> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
>> *发送时间:* Friday, July 05, 2013 10:42
>> *收件人:*user@hadoop.apache.org
>> *主题:* Decomssion datanode - no response****
>>
>> ** **
>>
>> Hi,****
>>
>> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,
>> ****
>>
>>  ****
>>
>> hdfs-site.xml:****
>>
>>   <property>
>>     <name>dfs.hosts.exclude</name>
>>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>>   </property>****
>>
>>  ****
>>
>> then:****
>>
>> hdfs dfsadmin -refreshNodes****
>>
>>  ****
>>
>> but there is no decomssion nodes showed on the webUI. and not any
>> releated logs in the datanode log. what's wrong?****
>>
>
>

Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


Re: 答复: Decomssion datanode - no response

Posted by 武泽胜 <wu...@xiaomi.com>.
We've found there are some bugs in the current implementation of refreshNodes, someone has created a JIRA issue: https://issues.apache.org/jira/browse/HDFS-4959

From: Azuryy Yu <az...@gmail.com>>
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Date: Friday, July 5, 2013 11:25 AM
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>" <us...@hadoop.apache.org>>
Subject: Re: 答复: Decomssion datanode - no response

It's 20 minutes passed after I ran -refreshNodes, but there is no decomssion nodes showed on the UI. and canno find any hints in the NN and DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>> wrote:
I know the default value is 10 minutes and 30 seconds for switching datanodes from live to dead.

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com<ma...@gmail.com>]
发送时间: Friday, July 05, 2013 10:42
收件人:user@hadoop.apache.org<ma...@hadoop.apache.org>
主题: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?


Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
It's 20 minutes passed after I ran -refreshNodes, but there is no
decomssion nodes showed on the UI. and canno find any hints in the NN and
DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:

>  I know the default value is 10 minutes and 30 seconds for switching
> datanodes from live to dead. ****
>
> ** **
>
> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *发送时间:* Friday, July 05, 2013 10:42
> *收件人:* user@hadoop.apache.org
> *主题:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
It's 20 minutes passed after I ran -refreshNodes, but there is no
decomssion nodes showed on the UI. and canno find any hints in the NN and
DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:

>  I know the default value is 10 minutes and 30 seconds for switching
> datanodes from live to dead. ****
>
> ** **
>
> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *发送时间:* Friday, July 05, 2013 10:42
> *收件人:* user@hadoop.apache.org
> *主题:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
It's 20 minutes passed after I ran -refreshNodes, but there is no
decomssion nodes showed on the UI. and canno find any hints in the NN and
DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:

>  I know the default value is 10 minutes and 30 seconds for switching
> datanodes from live to dead. ****
>
> ** **
>
> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *发送时间:* Friday, July 05, 2013 10:42
> *收件人:* user@hadoop.apache.org
> *主题:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

Re: 答复: Decomssion datanode - no response

Posted by Azuryy Yu <az...@gmail.com>.
It's 20 minutes passed after I ran -refreshNodes, but there is no
decomssion nodes showed on the UI. and canno find any hints in the NN and
DN logs.


On Fri, Jul 5, 2013 at 11:16 AM, Francis.Hu <fr...@reachjunction.com>wrote:

>  I know the default value is 10 minutes and 30 seconds for switching
> datanodes from live to dead. ****
>
> ** **
>
> *发件人:* Azuryy Yu [mailto:azuryyyu@gmail.com]
> *发送时间:* Friday, July 05, 2013 10:42
> *收件人:* user@hadoop.apache.org
> *主题:* Decomssion datanode - no response****
>
> ** **
>
> Hi,****
>
> I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, *
> ***
>
>  ****
>
> hdfs-site.xml:****
>
>   <property>
>     <name>dfs.hosts.exclude</name>
>     <value>/usr/local/hadoop/conf/dfs_exclude</value>
>   </property>****
>
>  ****
>
> then:****
>
> hdfs dfsadmin -refreshNodes****
>
>  ****
>
> but there is no decomssion nodes showed on the webUI. and not any releated
> logs in the datanode log. what's wrong?****
>

答复: Decomssion datanode - no response

Posted by "Francis.Hu" <fr...@reachjunction.com>.
I know the default value is 10 minutes and 30 seconds for switching
datanodes from live to dead. 

 

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com] 
发送时间: Friday, July 05, 2013 10:42
收件人: user@hadoop.apache.org
主题: Decomssion datanode - no response

 

Hi,

I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, 

 

hdfs-site.xml:

  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

 

then:

hdfs dfsadmin -refreshNodes

 

but there is no decomssion nodes showed on the webUI. and not any releated
logs in the datanode log. what's wrong?


RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?

答复: Decomssion datanode - no response

Posted by "Francis.Hu" <fr...@reachjunction.com>.
I know the default value is 10 minutes and 30 seconds for switching
datanodes from live to dead. 

 

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com] 
发送时间: Friday, July 05, 2013 10:42
收件人: user@hadoop.apache.org
主题: Decomssion datanode - no response

 

Hi,

I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, 

 

hdfs-site.xml:

  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

 

then:

hdfs dfsadmin -refreshNodes

 

but there is no decomssion nodes showed on the webUI. and not any releated
logs in the datanode log. what's wrong?


答复: Decomssion datanode - no response

Posted by "Francis.Hu" <fr...@reachjunction.com>.
I know the default value is 10 minutes and 30 seconds for switching
datanodes from live to dead. 

 

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com] 
发送时间: Friday, July 05, 2013 10:42
收件人: user@hadoop.apache.org
主题: Decomssion datanode - no response

 

Hi,

I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, 

 

hdfs-site.xml:

  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

 

then:

hdfs dfsadmin -refreshNodes

 

but there is no decomssion nodes showed on the webUI. and not any releated
logs in the datanode log. what's wrong?


RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?

RE: Decomssion datanode - no response

Posted by Devaraj k <de...@huawei.com>.
Do you see any log related to this in Name Node logs when you issue refreshNodes dfsadmin command?

Thanks
Devaraj k

From: Azuryy Yu [mailto:azuryyyu@gmail.com]
Sent: 05 July 2013 08:12
To: user@hadoop.apache.org
Subject: Decomssion datanode - no response

Hi,
I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude,

hdfs-site.xml:
  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

then:
hdfs dfsadmin -refreshNodes

but there is no decomssion nodes showed on the webUI. and not any releated logs in the datanode log. what's wrong?

答复: Decomssion datanode - no response

Posted by "Francis.Hu" <fr...@reachjunction.com>.
I know the default value is 10 minutes and 30 seconds for switching
datanodes from live to dead. 

 

发件人: Azuryy Yu [mailto:azuryyyu@gmail.com] 
发送时间: Friday, July 05, 2013 10:42
收件人: user@hadoop.apache.org
主题: Decomssion datanode - no response

 

Hi,

I am using hadoop-2.0.5-alpha, and I added 5 datanodes into dfs_exclude, 

 

hdfs-site.xml:

  <property>
    <name>dfs.hosts.exclude</name>
    <value>/usr/local/hadoop/conf/dfs_exclude</value>
  </property>

 

then:

hdfs dfsadmin -refreshNodes

 

but there is no decomssion nodes showed on the webUI. and not any releated
logs in the datanode log. what's wrong?