<?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 Non DFS Utilization shows same post cleanup of local filesystem in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Non-DFS-Utilization-shows-same-post-cleanup-of-local/m-p/216921#M77161</link>
    <description>&lt;P&gt;Initially when the environment was built there were around &lt;STRONG&gt;327.33 GB&lt;/STRONG&gt; out of total &lt;STRONG&gt;1 TB&lt;/STRONG&gt; Disk Capacity&lt;/P&gt;&lt;P&gt;Hence the HDFS dfsadmin report showed non-dfs usage as &lt;STRONG&gt;327.33 GB &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But after cleaning up of &lt;STRONG&gt;300GB&lt;/STRONG&gt; of on data from the Fileystem , dfsadmin report still show the non-dfs usage as 327.33 GB itself , while the reserved diskspace is 10GB&lt;/P&gt;&lt;P&gt;how could i get the Non-DFS utilisation refreshed post clean-up of local files on Linux Filesystem ?&lt;/P&gt;&lt;P&gt;hdfs dfsadmin -report&lt;/P&gt;&lt;P&gt;Name: 20.21.208.21:2004 (hpc123.xyz.com)&lt;BR /&gt;Hostname:hpc123.xyz.com&lt;BR /&gt;Rack: /Row7/Rack2&lt;BR /&gt;Decommission Status : Normal&lt;BR /&gt;Configured Capacity: 1154570731520 (1.05 TB)&lt;BR /&gt;DFS Used: 449671168 (428.84 MB)&lt;BR /&gt;Non DFS Used: 351465279488 (327.33 GB)&lt;BR /&gt;DFS Remaining: 802655780864 (747.53 GB)&lt;BR /&gt;DFS Used%: 0.04%&lt;BR /&gt;DFS Remaining%: 69.52%&lt;BR /&gt;Configured Cache Capacity: 4294967296 (4 GB)&lt;BR /&gt;Cache Used: 0 (0 B)&lt;BR /&gt;Cache Remaining: 4294967296 (4 GB)&lt;BR /&gt;Cache Used%: 0.00%&lt;BR /&gt;Cache Remaining%: 100.00%&lt;BR /&gt;Xceivers: 2&lt;/P&gt;&lt;P&gt;Last contact: Thu Apr 12 08:18:16 PDT 2018&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2018 22:32:29 GMT</pubDate>
    <dc:creator>ahshanmd</dc:creator>
    <dc:date>2018-04-12T22:32:29Z</dc:date>
    <item>
      <title>Non DFS Utilization shows same post cleanup of local filesystem</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Non-DFS-Utilization-shows-same-post-cleanup-of-local/m-p/216921#M77161</link>
      <description>&lt;P&gt;Initially when the environment was built there were around &lt;STRONG&gt;327.33 GB&lt;/STRONG&gt; out of total &lt;STRONG&gt;1 TB&lt;/STRONG&gt; Disk Capacity&lt;/P&gt;&lt;P&gt;Hence the HDFS dfsadmin report showed non-dfs usage as &lt;STRONG&gt;327.33 GB &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But after cleaning up of &lt;STRONG&gt;300GB&lt;/STRONG&gt; of on data from the Fileystem , dfsadmin report still show the non-dfs usage as 327.33 GB itself , while the reserved diskspace is 10GB&lt;/P&gt;&lt;P&gt;how could i get the Non-DFS utilisation refreshed post clean-up of local files on Linux Filesystem ?&lt;/P&gt;&lt;P&gt;hdfs dfsadmin -report&lt;/P&gt;&lt;P&gt;Name: 20.21.208.21:2004 (hpc123.xyz.com)&lt;BR /&gt;Hostname:hpc123.xyz.com&lt;BR /&gt;Rack: /Row7/Rack2&lt;BR /&gt;Decommission Status : Normal&lt;BR /&gt;Configured Capacity: 1154570731520 (1.05 TB)&lt;BR /&gt;DFS Used: 449671168 (428.84 MB)&lt;BR /&gt;Non DFS Used: 351465279488 (327.33 GB)&lt;BR /&gt;DFS Remaining: 802655780864 (747.53 GB)&lt;BR /&gt;DFS Used%: 0.04%&lt;BR /&gt;DFS Remaining%: 69.52%&lt;BR /&gt;Configured Cache Capacity: 4294967296 (4 GB)&lt;BR /&gt;Cache Used: 0 (0 B)&lt;BR /&gt;Cache Remaining: 4294967296 (4 GB)&lt;BR /&gt;Cache Used%: 0.00%&lt;BR /&gt;Cache Remaining%: 100.00%&lt;BR /&gt;Xceivers: 2&lt;/P&gt;&lt;P&gt;Last contact: Thu Apr 12 08:18:16 PDT 2018&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 22:32:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Non-DFS-Utilization-shows-same-post-cleanup-of-local/m-p/216921#M77161</guid>
      <dc:creator>ahshanmd</dc:creator>
      <dc:date>2018-04-12T22:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Non DFS Utilization shows same post cleanup of local filesystem</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Non-DFS-Utilization-shows-same-post-cleanup-of-local/m-p/216922#M77162</link>
      <description>&lt;P&gt;Have you clean up files under dfs.datanode.data.dirs that is not being written by HDFS for blocks? If not, the non-dfs used won't change. &lt;/P&gt;&lt;P&gt;Similar question has been answered here: &lt;A href="https://community.hortonworks.com/questions/42122/hdfs-non-dfs-used.html" target="_blank"&gt;https://community.hortonworks.com/questions/42122/hdfs-non-dfs-used.html&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 06:36:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Non-DFS-Utilization-shows-same-post-cleanup-of-local/m-p/216922#M77162</guid>
      <dc:creator>xyao</dc:creator>
      <dc:date>2018-04-14T06:36:05Z</dc:date>
    </item>
  </channel>
</rss>

