<?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: HDFS data is not decreasing after reducing the replication from 3 to 2 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244006#M205801</link>
    <description>&lt;P&gt;Hi  @&lt;A href="https://community.hortonworks.com/users/1271/sheltong.html"&gt;Geoffrey Shelton Okot&lt;/A&gt; Thank you for your valuable reply.&lt;/P&gt;&lt;P&gt;Can you please send me a document for Ambari installation on ubuntu.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2019 13:35:46 GMT</pubDate>
    <dc:creator>ramsriramadm9</dc:creator>
    <dc:date>2019-02-08T13:35:46Z</dc:date>
    <item>
      <title>HDFS data is not decreasing after reducing the replication from 3 to 2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244001#M205796</link>
      <description />
      <pubDate>Thu, 07 Feb 2019 13:51:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244001#M205796</guid>
      <dc:creator>ramsriramadm9</dc:creator>
      <dc:date>2019-02-07T13:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS data is not decreasing after reducing the replication from 3 to 2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244002#M205797</link>
      <description>&lt;P&gt;@ram sriram &lt;/P&gt;&lt;P&gt;Changing replication will only apply to new files you need to run this Command to change replication factor 
for files that already exist&lt;/P&gt;&lt;P&gt;
	hdfs dfs -setrep -w 1 -R /&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 14:36:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244002#M205797</guid>
      <dc:creator>hariprasanthmad</dc:creator>
      <dc:date>2019-02-07T14:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS data is not decreasing after reducing the replication from 3 to 2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244003#M205798</link>
      <description>&lt;P style="margin-left: 20px;"&gt;&lt;A href="https://community.hortonworks.com/users/91299/hariprasanthmadhavan.html"&gt;@Hariprasanth Madhavan&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Thanks for u r reply.i ran that command but still its showing size.&lt;BR /&gt;&lt;A href="https://community.hortonworks.com/users/91299/hariprasanthmadhavan.html"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 15:32:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244003#M205798</guid>
      <dc:creator>ramsriramadm9</dc:creator>
      <dc:date>2019-02-07T15:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS data is not decreasing after reducing the replication from 3 to 2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244004#M205799</link>
      <description>&lt;P&gt;
	Check your snapshot details&lt;/P&gt;&lt;P&gt;
	hdfs dfs -ls  $DIR/.snapshot/&lt;/P&gt;&lt;P&gt;
	hdfs dfs -setrep -w 2 -R /    then restart hdfs  services&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 15:42:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244004#M205799</guid>
      <dc:creator>hariprasanthmad</dc:creator>
      <dc:date>2019-02-07T15:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS data is not decreasing after reducing the replication from 3 to 2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244005#M205800</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="@ram sriram"&gt; @ram sriram&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The below command sets your replication factor to 1 for all new files you will create, with a potential data loss unless you are running HDP 3.x which has a new HDFS algorithm EC &lt;A href="https://hadoop.apache.org/docs/r3.0.0/hadoop-project-dist/hadoop-hdfs/HDFSErasureCoding.html" target="_blank"&gt; erasure coding&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;$ hdfs dfs -setrep -w 1 -R /&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;As responded above the changes only affect new files you will create. After changing the replication factor you won't see any &lt;B&gt;hdfs&lt;/B&gt; size changes until the trash time interval which was set on 360 minutes configured by the hdfs trash interval &lt;/EM&gt;&lt;EM&gt;has been reached&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;fs.trash.interval &lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Once the NameNode metadata has been updated, it is the DataNodes which would actually do the operation. There could be some delay, but space is definitely reclaimed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:05:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244005#M205800</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-02-07T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS data is not decreasing after reducing the replication from 3 to 2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244006#M205801</link>
      <description>&lt;P&gt;Hi  @&lt;A href="https://community.hortonworks.com/users/1271/sheltong.html"&gt;Geoffrey Shelton Okot&lt;/A&gt; Thank you for your valuable reply.&lt;/P&gt;&lt;P&gt;Can you please send me a document for Ambari installation on ubuntu.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 13:35:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244006#M205801</guid>
      <dc:creator>ramsriramadm9</dc:creator>
      <dc:date>2019-02-08T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS data is not decreasing after reducing the replication from 3 to 2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244007#M205802</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/questions/239870/@ram%20sriram"&gt;@ram sriram&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you found this answer addressed your question, please take a moment to log in and click the "accept" link on the answer.  &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you tag me for "Can you please send me a document for Ambari installation on ubuntu thread" so I see the information you already received.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 16:45:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HDFS-data-is-not-decreasing-after-reducing-the-replication/m-p/244007#M205802</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-02-08T16:45:49Z</dc:date>
    </item>
  </channel>
</rss>

