<?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: Add Disks to hadoop cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205030#M167016</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/12636/ssahi.html" nodeid="12636"&gt;@Sonu Sahi&lt;/A&gt;&lt;P&gt;     I added directories and mounted in data nodes only. If i attach to master nodes does it act like datanode ?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2017 09:19:34 GMT</pubDate>
    <dc:creator>sunilreddykallu</dc:creator>
    <dc:date>2017-08-04T09:19:34Z</dc:date>
    <item>
      <title>Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205023#M167009</link>
      <description>&lt;P&gt;we have Hdp cluster running on 2.5 and ambari 2.4 . we setup through ambari i dont know data directory is taken by default and I have disk space in linux. My root folder is 50GB in linux and i think it was taken by default. IN  /mnt/sda  I have mounted 500GB disk. Please let me know how do i create mount to hdfs directory  &lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 00:34:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205023#M167009</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2017-08-04T00:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205024#M167010</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/28152/sunilreddykallur.html" nodeid="28152"&gt;@Sam Red&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can modify the dfs.datanode.data.dir property within Ambari to add the new mountpoint you are creating.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/21687/how-to-increase-the-capacity-of-hdfs.html" target="_blank"&gt;https://community.hortonworks.com/questions/21687/how-to-increase-the-capacity-of-hdfs.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 00:41:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205024#M167010</guid>
      <dc:creator>ssahi</dc:creator>
      <dc:date>2017-08-04T00:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205025#M167011</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/12636/ssahi.html" nodeid="12636"&gt;@Sonu Sahi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you. Yes I created a directory in root folder like these and updated in ambari still it is showing same DFS and I am not sure if I followed right steps on it. I Have disk space in /mnt/sda. do i need to add this mount to that dir ?&lt;/P&gt;&lt;P&gt; mkdir /hadoop/hdfs/data1&lt;/P&gt;&lt;P&gt;chown -R hdfs:hadoop /hadoop/hdfs/data1&lt;/P&gt;&lt;P&gt;chmod -R 777 /hadoop/hdfs/data1&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 00:49:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205025#M167011</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2017-08-04T00:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205026#M167012</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/12636/ssahi.html" nodeid="12636"&gt;@Sonu Sahi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i tried to Mount to that dir it keep on throwing error&lt;/P&gt;&lt;P&gt;mount: /mnt/sdb is not a block device&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 00:55:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205026#M167012</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2017-08-04T00:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205027#M167013</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/28152/sunilreddykallur.html" nodeid="28152"&gt;@Sam Red&lt;/A&gt;  If you are adding 500GB of new disk to the host, then in Linux, you would mount/format the new disk.  In Hadoop, via Ambari, you would add the new mount point to the list of dirs in the dfs.datanote.data.dir property.  It will need to be mounted/formatted prior to adding the mount point in Ambari.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 01:15:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205027#M167013</guid>
      <dc:creator>ssahi</dc:creator>
      <dc:date>2017-08-04T01:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205028#M167014</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12636/ssahi.html" nodeid="12636"&gt;@Sonu Sahi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;    Thank you. Yup perfect I mounted on data1 and now i am able to see in lsblk.I restarted the node now again it is node is there any anything to need in fstab. Please let us know how to add in fstab &lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 01:56:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205028#M167014</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2017-08-04T01:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205029#M167015</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/28152/sunilreddykallur.html" nodeid="28152"&gt;@Sam Red&lt;/A&gt;  Awesome.  In /etc/fstab a best practice is to use 'noatime,nodiratime' to help improve performance. &lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 03:09:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205029#M167015</guid>
      <dc:creator>ssahi</dc:creator>
      <dc:date>2017-08-04T03:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205030#M167016</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/12636/ssahi.html" nodeid="12636"&gt;@Sonu Sahi&lt;/A&gt;&lt;P&gt;     I added directories and mounted in data nodes only. If i attach to master nodes does it act like datanode ?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:19:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205030#M167016</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2017-08-04T09:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add Disks to hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205031#M167017</link>
      <description>&lt;P&gt;Not just by adding the dirs, you would need to add the datanode service in Ambari to the master hosts also, but this is not recommended.  Instead, it would be better to just add another slave node to the cluster vs taking resources from the master nodes&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 21:08:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Add-Disks-to-hadoop-cluster/m-p/205031#M167017</guid>
      <dc:creator>ssahi</dc:creator>
      <dc:date>2017-08-04T21:08:52Z</dc:date>
    </item>
  </channel>
</rss>

