<?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: Percentage under replicated blocks: 100.00% in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/77078#M5503</link>
    <description>&lt;P&gt;I had a 3 node cluster, in that node#1 has both DN + NN and node#2 &amp;amp; node#3 has only DN.&lt;/P&gt;&lt;P&gt;Now Node#2 &amp;amp; Node#3 were down. And i had free RAM and free disk space available in Node#1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally&amp;nbsp;Hadoop should replicate the blocks from dead nodes i.e. Node#2&amp;amp;3 and should be recreated in Node#1 itself to maintain replication factor 3. But it is not happening. I had waited for hours, but not seeing any progress and&amp;nbsp;showing the same health issues in cloudera manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: The same behaviour is also observed when only Node#3 is down and Node#1 &amp;amp; Node#2 are up and running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please respond why this is happening?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 10:14:16 GMT</pubDate>
    <dc:creator>Manindar</dc:creator>
    <dc:date>2018-07-18T10:14:16Z</dc:date>
    <item>
      <title>Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/26133#M5498</link>
      <description>&lt;P&gt;Brand new to Cloudera I have used Cloudera manager to install on a single node for trial purposes. After install there is a helth warning&amp;nbsp; on HDFS -&lt;BR /&gt;Under-Replicated Blocks:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;283 under replicated blocks in the cluster. 283 total blocks in the cluster. Percentage under replicated blocks: 100.00%. Critical threshold: 40.00%.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Not sure what could cause this I have Googled around and not really found anything.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 15:55:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/26133#M5498</guid>
      <dc:creator>richie78</dc:creator>
      <dc:date>2017-10-31T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/26140#M5499</link>
      <description>Your default replication factor is probably 3. Since you only have one node, that's impossible to satisfy.&lt;BR /&gt;&lt;BR /&gt;On single-node clusters, you should reduce the replication factor to 1 in HDFS configuration in Cloudera Manager. Note that this only affects newly created files. Your existing files will still try to replicate to 3 hosts unless you change them explicitly (you should be able to google how to change a file's replication factor).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Darren</description>
      <pubDate>Wed, 01 Apr 2015 22:51:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/26140#M5499</guid>
      <dc:creator>Darren</dc:creator>
      <dc:date>2015-04-01T22:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/33674#M5500</link>
      <description>&lt;P&gt;Please use below command to chang ethe replication factor for existing data on Hadoop FS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ hadoop fs -setrep -R -w 2 /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: You may mention number according to your requirement to have the replication factor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ hdfs fsck / -delete&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:33:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/33674#M5500</guid>
      <dc:creator>Guru007</dc:creator>
      <dc:date>2015-11-02T10:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/42727#M5501</link>
      <description>I faced the same issue, even though I changed the replication factor, the error still showed up.&lt;BR /&gt;&lt;BR /&gt;After running , hadoop fs -setrep -R -w 2, the error is fixed.&lt;BR /&gt;&lt;BR /&gt;Can you please let us know what's the purpose of hdfs fsck / -delete command? It will delete under-replicated or corrupted blocks?</description>
      <pubDate>Sat, 09 Jul 2016 06:26:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/42727#M5501</guid>
      <dc:creator>KannanAK</dc:creator>
      <dc:date>2016-07-09T06:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/61242#M5502</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes - from documentation (&lt;A href="https://hadoop.apache.org/docs/r1.2.1/commands_manual.html#fsck" target="_blank"&gt;https://hadoop.apache.org/docs/r1.2.1/commands_manual.html#fsck&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;fsck&lt;/P&gt;&lt;P&gt;Runs a HDFS filesystem checking utility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE cellspacing="1" cellpadding="4"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="codefrag"&gt;&lt;SPAN&gt;COMMAND_OPTION&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Description&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="codefrag"&gt;-delete&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;Delete corrupted files.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:18:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/61242#M5502</guid>
      <dc:creator>Jeno</dc:creator>
      <dc:date>2017-10-25T12:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/77078#M5503</link>
      <description>&lt;P&gt;I had a 3 node cluster, in that node#1 has both DN + NN and node#2 &amp;amp; node#3 has only DN.&lt;/P&gt;&lt;P&gt;Now Node#2 &amp;amp; Node#3 were down. And i had free RAM and free disk space available in Node#1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally&amp;nbsp;Hadoop should replicate the blocks from dead nodes i.e. Node#2&amp;amp;3 and should be recreated in Node#1 itself to maintain replication factor 3. But it is not happening. I had waited for hours, but not seeing any progress and&amp;nbsp;showing the same health issues in cloudera manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: The same behaviour is also observed when only Node#3 is down and Node#1 &amp;amp; Node#2 are up and running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please respond why this is happening?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 10:14:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/77078#M5503</guid>
      <dc:creator>Manindar</dc:creator>
      <dc:date>2018-07-18T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/77079#M5504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/18890"&gt;@Manindar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The replication data&amp;nbsp;&lt;SPAN&gt;just happens&lt;/SPAN&gt; on other dataNodes, hadoop does not replicate in the same host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you only have one node Up, you only will hava one copy of data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post your nameNode log?? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 10:43:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/77079#M5504</guid>
      <dc:creator>manuroman</dc:creator>
      <dc:date>2018-07-18T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage under replicated blocks: 100.00%</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/77122#M5505</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/18890"&gt;@Manindar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, if you have a replication factor of 3 and only one DataNode is alive, then there is nowhere to replicate.&amp;nbsp; 3 nodes with a replication factor of 3 means the blocks are already on that one node and there is nothing to replicate/move.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 21:21:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Percentage-under-replicated-blocks-100-00/m-p/77122#M5505</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-07-18T21:21:16Z</dc:date>
    </item>
  </channel>
</rss>

