<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Is this a bug of ambari ?  this occur when delete a host. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175893#M138150</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20469-9.png" style="width: 379px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19738i6CC0EFEF383F7572/image-size/medium?v=v2&amp;amp;px=400" role="button" title="20469-9.png" alt="20469-9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this label is sensitive and correct&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 10:02:46 GMT</pubDate>
    <dc:creator>454596169</dc:creator>
    <dc:date>2019-08-18T10:02:46Z</dc:date>
    <item>
      <title>Is this a bug of ambari ?  this occur when delete a host.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175887#M138144</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="18383-1212.png" style="width: 153px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19739i545EE8637382488B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="18383-1212.png" alt="18383-1212.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 10:02:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175887#M138144</guid>
      <dc:creator>454596169</dc:creator>
      <dc:date>2019-08-18T10:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug of ambari ?  this occur when delete a host.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175888#M138145</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 14:14:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175888#M138145</guid>
      <dc:creator>454596169</dc:creator>
      <dc:date>2017-07-06T14:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug of ambari ?  this occur when delete a host.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175889#M138146</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16941/454596169.html" nodeid="16941"&gt;@jack jack&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Surely 8/7 is not right.&lt;/P&gt;&lt;P&gt;But i was thinking that When you deleted a host from ambari cluster  the host count became 7 ,  But before deleting the host did you Stop the DataNode running on that host? Else from NameNode perspective the Running DataNodes will be still 8 because that DataNode is still reporting to the NameNode.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Because DataNodes are reports to the NameNode, So you should check the NameNode UI to findout the exact number of DataNode.&lt;/P&gt;&lt;PRE&gt;&lt;A href="http://$NAMENODE:50070/dfshealth.html#tab-overview" target="_blank"&gt;http://$NAMENODE:50070/dfshealth.html#tab-overview&lt;/A&gt;  Find the "Live DataNodes"&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Ambari simply grabs the LiveDataNode count from the NameNode JMX &lt;/P&gt;&lt;PRE&gt;&lt;A href="http://$NAMENODE:50070/jmx?qry=Hadoop:service=NameNode,name=FSNamesystemState" target="_blank"&gt;http://$NAMENODE:50070/jmx?qry=Hadoop:service=NameNode,name=FSNamesystemState&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;So please check the Deleted Host if the DataNode process is still running there?  If yes then stop it.&lt;/P&gt;&lt;PRE&gt;# ps -ef | grep DateNode
# echo `cat /var/run/hadoop/hdfs/hadoop-hdfs-datanode.pid`
# ps -ef | grep  `cat /var/run/hadoop/hdfs/hadoop-hdfs-datanode.pid`

######## If the PID is live and running then kill it. ######
# kill -9  `cat /var/run/hadoop/hdfs/hadoop-hdfs-datanode.pid`
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 14:21:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175889#M138146</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-07-06T14:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug of ambari ?  this occur when delete a host.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175890#M138147</link>
      <description>&lt;P&gt;the datanode is stopped before delete the host. but when I see the DataNodes Live through jmx, the datanode is still live. How to solve it ? &lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:28:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175890#M138147</guid>
      <dc:creator>454596169</dc:creator>
      <dc:date>2017-07-17T16:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug of ambari ?  this occur when delete a host.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175891#M138148</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16941/454596169.html" nodeid="16941"&gt;@jack jack
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If the NameNode is returning incorrect data then From Ambari side we can not do much. &lt;/P&gt;&lt;P&gt;Please check the NameNode UI to see if you are finding the problematic DataNode listed there?&lt;/P&gt;&lt;P&gt;&lt;A href="http://$NAMENODE_HOST:50070/dfshealth.html#tab-datanode"&gt;http://$NAMENODE_HOST:50070/dfshealth.html#tab-datanode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Please check if you see the DataNode name listed in the above URL?&lt;/P&gt;&lt;P&gt;Try restarting the NameNode and then see if it fixes the stale datanode list.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16941/454596169.html" nodeid="16941"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:44:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175891#M138148</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-07-17T16:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug of ambari ?  this occur when delete a host.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175892#M138149</link>
      <description>&lt;P&gt;the NameNode returning is still 8, can we change the dashboard get data from HDFS Summary.Because when I delete host the HDFS summary area display correctly&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:50:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175892#M138149</guid>
      <dc:creator>454596169</dc:creator>
      <dc:date>2017-07-17T16:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a bug of ambari ?  this occur when delete a host.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175893#M138150</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20469-9.png" style="width: 379px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19738i6CC0EFEF383F7572/image-size/medium?v=v2&amp;amp;px=400" role="button" title="20469-9.png" alt="20469-9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this label is sensitive and correct&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 10:02:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-this-a-bug-of-ambari-this-occur-when-delete-a-host/m-p/175893#M138150</guid>
      <dc:creator>454596169</dc:creator>
      <dc:date>2019-08-18T10:02:46Z</dc:date>
    </item>
  </channel>
</rss>

