<?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: navigate to hdfs through directories in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131965#M31442</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10486/simrank.html" nodeid="10486"&gt;@sameer lail&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Go to Ambari-&amp;gt; HDFS and search for dfs.datanode.data.dir&lt;/P&gt;&lt;P&gt;then go to your Linux server and navigate to respective directories to see the data.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;[root@adcp DATA]# pwd &lt;/P&gt;&lt;P&gt;/DATA&lt;/P&gt;&lt;P&gt;
[root@adcpDATA]#ls -lrt&lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdd1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdc1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdf1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sde1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdg1&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2016 12:36:21 GMT</pubDate>
    <dc:creator>divakarreddy_a</dc:creator>
    <dc:date>2016-06-10T12:36:21Z</dc:date>
    <item>
      <title>navigate to hdfs through directories</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131962#M31439</link>
      <description>&lt;P&gt;How to access hdfs in the system? I understand we use hadoop commands for that but what if I actually want to see what directories it is physically stored in?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:23:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131962#M31439</guid>
      <dc:creator>simran_k</dc:creator>
      <dc:date>2016-06-10T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: navigate to hdfs through directories</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131963#M31440</link>
      <description>&lt;P style="margin-left: 40px;"&gt; &lt;A rel="user" href="https://community.cloudera.com/users/10486/simrank.html" nodeid="10486"&gt;@sameer lail&lt;/A&gt; &lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;take a look at your hdfs-defaults.xml and look at the directory setting for dfs.data.dir.  this is where you hdfs files are stored.  You can also view this setting on ambari under hdfs tab under configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:23:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131963#M31440</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-06-10T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: navigate to hdfs through directories</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131964#M31441</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/10486/simrank.html" nodeid="10486"&gt;@sameer lail&lt;/A&gt; I do want to inform you that hdfs is not a posix file system.  data is stored in blocks and then split onto the data nodes.  The name node has information about all the files, all the data blocks which make up the file.  So when you use hadoop fs to do file level actions.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:26:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131964#M31441</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-06-10T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: navigate to hdfs through directories</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131965#M31442</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10486/simrank.html" nodeid="10486"&gt;@sameer lail&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Go to Ambari-&amp;gt; HDFS and search for dfs.datanode.data.dir&lt;/P&gt;&lt;P&gt;then go to your Linux server and navigate to respective directories to see the data.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;[root@adcp DATA]# pwd &lt;/P&gt;&lt;P&gt;/DATA&lt;/P&gt;&lt;P&gt;
[root@adcpDATA]#ls -lrt&lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdd1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdc1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdf1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sde1 &lt;/P&gt;&lt;P&gt;drwxr-xr-x. 3 root root 4096 Dec 15  2014 sdg1&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:36:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/navigate-to-hdfs-through-directories/m-p/131965#M31442</guid>
      <dc:creator>divakarreddy_a</dc:creator>
      <dc:date>2016-06-10T12:36:21Z</dc:date>
    </item>
  </channel>
</rss>

