<?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: Newly added DataNodes won't joining the party in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141831#M23631</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3647/danny.html" nodeid="3647"&gt;@auto gun&lt;/A&gt; Look into Host Groups to manage hosts with different configurations. &lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.ibm.com/hadoop/blog/2015/11/10/override-component-configurations-with-ambari-configuration-groups/" target="_blank"&gt;https://developer.ibm.com/hadoop/blog/2015/11/10/override-component-configurations-with-ambari-configuration-groups/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can create one host group with 12 disks and 2nd host group with 16 disks. Once your groups are correctly added, any missing data on initial nodes in 12/,13/,14/,15 will be redistributed to new nodes by HDFS. At that point you can free your space.&lt;/P&gt;</description>
    <pubDate>Sat, 26 Mar 2016 19:01:31 GMT</pubDate>
    <dc:creator>shishir_saxena4</dc:creator>
    <dc:date>2016-03-26T19:01:31Z</dc:date>
    <item>
      <title>Newly added DataNodes won't joining the party</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141830#M23630</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We're running a cluster with 12 DataNode servers, each has 12 physical disks mounted as follows:&lt;/P&gt;&lt;PRE&gt;/dev/sda5 on /grid/0 type ext4 (rw,noatime)
/dev/sdb1 on /grid/1 type ext4 (rw,noatime)
/dev/sdc1 on /grid/2 type ext4 (rw,noatime)
/dev/sdd1 on /grid/3 type ext4 (rw,noatime)
/dev/sde1 on /grid/4 type ext4 (rw,noatime)
/dev/sdf1 on /grid/5 type ext4 (rw,noatime)
/dev/sdg1 on /grid/6 type ext4 (rw,noatime)
/dev/sdh1 on /grid/7 type ext4 (rw,noatime)
/dev/sdi1 on /grid/8 type ext4 (rw,noatime)
/dev/sdj1 on /grid/9 type ext4 (rw,noatime)
/dev/sdk1 on /grid/10 type ext4 (rw,noatime)
/dev/sdl1 on /grid/11 type ext4 (rw,noatime)
&lt;/PRE&gt;&lt;P&gt;We've tried adding 5 newly deployed DataNodes which are stronger and greater by all means (capacity, cpu &amp;amp; ram) to the cluster with the following disk layout:&lt;/P&gt;&lt;PRE&gt;/dev/sda1 on /grid/0 type ext4 (rw,noatime)
/dev/sdb1 on /grid/1 type ext4 (rw,noatime)
/dev/sdc1 on /grid/2 type ext4 (rw,noatime)
/dev/sdd1 on /grid/3 type ext4 (rw,noatime)
/dev/sde1 on /grid/4 type ext4 (rw,noatime)
/dev/sdf1 on /grid/5 type ext4 (rw,noatime)
/dev/sdg1 on /grid/6 type ext4 (rw,noatime)
/dev/sdh1 on /grid/7 type ext4 (rw,noatime)
/dev/sdi1 on /grid/8 type ext4 (rw,noatime)
/dev/sdj1 on /grid/9 type ext4 (rw,noatime)
/dev/sdk1 on /grid/10 type ext4 (rw,noatime)
/dev/sdl1 on /grid/11 type ext4 (rw,noatime)
/dev/sdm1 on /grid/12 type ext4 (rw,noatime)
/dev/sdn1 on /grid/13 type ext4 (rw,noatime)
/dev/sdo1 on /grid/14 type ext4 (rw,noatime)
/dev/sdp1 on /grid/15 type ext4 (rw,noatime)
&lt;/PRE&gt;&lt;P&gt;New DataNodes have 4 disks extra so we added /grid/12/hadoop/hdfs/data, /grid/13/hadoop/hdfs/data, /grid/14/hadoop/hdfs/data, /grid/15/hadoop/hdfs/data to DataNode directories in HDFS config.&lt;/P&gt;&lt;P&gt;Everywhere we searched, was written that in case directories does not exist, they will be ignored (because previous DataNodes lacks /grid/12,13,14,15 mount points).&lt;/P&gt;&lt;P&gt;What actually happened is, on previous DataNodes under /grid folders (12/,13/,14/,15/) were created and are filling up with HDFS data. Since they are mounted on / (and not on a dedicated block device), space is about to run out which is probably, not a good thing.&lt;/P&gt;&lt;P&gt;How to proceed now? How to remove the data which landed there to free root (/) partition space?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 15:09:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141830#M23630</guid>
      <dc:creator>danny1</dc:creator>
      <dc:date>2016-03-24T15:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Newly added DataNodes won't joining the party</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141831#M23631</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3647/danny.html" nodeid="3647"&gt;@auto gun&lt;/A&gt; Look into Host Groups to manage hosts with different configurations. &lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.ibm.com/hadoop/blog/2015/11/10/override-component-configurations-with-ambari-configuration-groups/" target="_blank"&gt;https://developer.ibm.com/hadoop/blog/2015/11/10/override-component-configurations-with-ambari-configuration-groups/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can create one host group with 12 disks and 2nd host group with 16 disks. Once your groups are correctly added, any missing data on initial nodes in 12/,13/,14/,15 will be redistributed to new nodes by HDFS. At that point you can free your space.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2016 19:01:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141831#M23631</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2016-03-26T19:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Newly added DataNodes won't joining the party</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141832#M23632</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2820/shishirsaxena3.html" nodeid="2820"&gt;@Shishir Saxena&lt;/A&gt; Thanks for your input.&lt;/P&gt;&lt;P&gt;Right now I don't understand how to remove /grid/1{2..5} from first 12 datanodes.&lt;/P&gt;&lt;P&gt;Can I just 'rm -rf' these folders?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2016 15:45:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141832#M23632</guid>
      <dc:creator>danny1</dc:creator>
      <dc:date>2016-03-27T15:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Newly added DataNodes won't joining the party</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141833#M23633</link>
      <description>&lt;P&gt;I've followed your explanation and found it to work on our setup.&lt;/P&gt;&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2820/shishirsaxena3.html" nodeid="2820"&gt;@Shishir Saxena&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 23:13:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Newly-added-DataNodes-won-t-joining-the-party/m-p/141833#M23633</guid>
      <dc:creator>danny1</dc:creator>
      <dc:date>2016-03-28T23:13:24Z</dc:date>
    </item>
  </channel>
</rss>

