<?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 Hadoop Installation Directory on HDP 2.4 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-Installation-Directory-on-HDP-2-4/m-p/133159#M34892</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can any body let me know where is Hadoop installed on hdp 2.4?&lt;/P&gt;&lt;P&gt;How can i access sqoop exported files using winscp?&lt;/P&gt;&lt;P&gt;I exported a table from teradata using sqoop using root user. Using "hadoop fs -find" command, its shows dir as "/user/root/tableDirName", but I dont see this dir in winscp. How can I access this directory in winscp?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2016 01:50:48 GMT</pubDate>
    <dc:creator>ahhmedbilal</dc:creator>
    <dc:date>2016-07-18T01:50:48Z</dc:date>
    <item>
      <title>Hadoop Installation Directory on HDP 2.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-Installation-Directory-on-HDP-2-4/m-p/133159#M34892</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can any body let me know where is Hadoop installed on hdp 2.4?&lt;/P&gt;&lt;P&gt;How can i access sqoop exported files using winscp?&lt;/P&gt;&lt;P&gt;I exported a table from teradata using sqoop using root user. Using "hadoop fs -find" command, its shows dir as "/user/root/tableDirName", but I dont see this dir in winscp. How can I access this directory in winscp?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 01:50:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-Installation-Directory-on-HDP-2-4/m-p/133159#M34892</guid>
      <dc:creator>ahhmedbilal</dc:creator>
      <dc:date>2016-07-18T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop Installation Directory on HDP 2.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-Installation-Directory-on-HDP-2-4/m-p/133160#M34893</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11900/ahhmedbilal.html" target="_blank"&gt;@Ahmed Bilal&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;You can copy the data to edge node and from there you can do winscp&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hadoop fs -get:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Copies/Downloads files from HDFS to the local file system&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&amp;lt;code&amp;gt;# Usage:# hdfs dfs -get &amp;lt;hdfs_src&amp;gt; &amp;lt;localdst&amp;gt;
or 
hdfs dfs [-copyToLocal [-p] [-ignoreCrc] [-crc] &amp;lt;src&amp;gt; ... &amp;lt;localdst&amp;gt;]
or
hdfs dfs [-moveToLocal &amp;lt;src&amp;gt; &amp;lt;localdst&amp;gt;]
# Example: hdfs dfs -get/user/hadoop/dir1/popularNames.txt /home/&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/7ea174ff6841cf1e89481606f344499d15fd6e8a/68747470733a2f2f6970312e692e6c69746869756d2e636f6d2f333534323266306466636535313763646231353262666330663866393931366533656537666361662f36383734373437303733336132663266373236313737326536373639373436383735363237353733363537323633366636653734363536653734326536333666366432663638366637323734366636653737366637323662373332663734373537343666373236393631366337333266363836343730326636313733373336353734373332663735373336393665363732643734363836353264363336663664366436313665363432643663363936653635326437343666326436643631366536313637363532643638363436363733326637333734363537303333356636343666373736653663366636313634356636383634363637333566363636393663363535663734366635663663366636333631366337333739373337343635366435663633366636643664363136653634346336393665363534643631366536313637363534363639366336353733356636383634363637333265373036653637" alt="enter image description here" style="margin: 10px 0px; padding: 0px; list-style: none; box-sizing: border-box;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; 2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;By giving this hdfs fsck we can know where are block are located.&lt;/P&gt;&lt;P&gt;hdfs fsck /user/root/tableDirName/filename -files -locations -blocks -racks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Even you can use FileView UI to download data which is much user-friendly&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5825-fileview.png" style="width: 1186px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22206i76C574C44DB6761E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5825-fileview.png" alt="5825-fileview.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:13:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-Installation-Directory-on-HDP-2-4/m-p/133160#M34893</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2019-08-19T09:13:11Z</dc:date>
    </item>
  </channel>
</rss>

