<?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 how to import data in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175917#M138174</link>
    <description>&lt;P&gt;Hi Guys, how are you? Hope so. I have a question, see if you can help me. Everything I create through the web interface only appears in the web interface, if I create a folder in / tmp for example, via terminal, it is not available in the Ambari interface and vice-versa. Even setting groups and permissions ... I'm using IBM's Hadoop service.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="78618-selection-043.png" style="width: 1874px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19737i4E420715A577C706/image-size/medium?v=v2&amp;amp;px=400" role="button" title="78618-selection-043.png" alt="78618-selection-043.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 10:02:38 GMT</pubDate>
    <dc:creator>hugo1</dc:creator>
    <dc:date>2019-08-18T10:02:38Z</dc:date>
    <item>
      <title>how to import data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175917#M138174</link>
      <description>&lt;P&gt;Hi Guys, how are you? Hope so. I have a question, see if you can help me. Everything I create through the web interface only appears in the web interface, if I create a folder in / tmp for example, via terminal, it is not available in the Ambari interface and vice-versa. Even setting groups and permissions ... I'm using IBM's Hadoop service.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="78618-selection-043.png" style="width: 1874px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19737i4E420715A577C706/image-size/medium?v=v2&amp;amp;px=400" role="button" title="78618-selection-043.png" alt="78618-selection-043.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 10:02:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175917#M138174</guid>
      <dc:creator>hugo1</dc:creator>
      <dc:date>2019-08-18T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to import data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175918#M138175</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/84344/hugo.html" nodeid="84344"&gt;@Hugo Cosme&lt;/A&gt;&lt;P&gt;Not sure how you are doing the "ls" in terminal. Ambari interface list and the list from "hdfs dfs -ls /tmp/" command terminal should match. &lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 21:29:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175918#M138175</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-07-02T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to import data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175919#M138176</link>
      <description>&lt;P&gt;Hey, it worked out right .. thanks for the tip! Now another point, how do I access this directory? I tried the "hdfs dfs -&lt;STRONG&gt;cd&lt;/STRONG&gt; / tmp /" command, but it did not work! I wanted to get into that directory and copy the data there with "wget" and then unzip them with a "tar -xzvf"&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 21:47:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175919#M138176</guid>
      <dc:creator>hugo1</dc:creator>
      <dc:date>2018-07-02T21:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to import data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175920#M138177</link>
      <description>&lt;P&gt;This is not how HDFS works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; you will have to configure NFS to be able to cd and other stuff (https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_hdfs-nfs-gateway-user-guide/content/hdfs-nfs-gateway-user-guide.html) &lt;/P&gt;&lt;P&gt;Alternatively you can "wget" the files to hdfs client machine and then copy the files to hdfs using "hdfs dfs -put &amp;lt;local-source&amp;gt; &amp;lt;hdfs destination&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 23:07:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175920#M138177</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-07-02T23:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to import data</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175921#M138178</link>
      <description>&lt;P&gt;Hi, how are you?&lt;BR /&gt;I even noticed that things do not work out like I imagined, lol! I found the documentation after your first tip, thanks for this.&lt;BR /&gt;My problem now, is to map my IBM CloudStorage to my Hadoop, this is making me confused, but I'm evolving!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 02:20:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-import-data/m-p/175921#M138178</guid>
      <dc:creator>hugo1</dc:creator>
      <dc:date>2018-07-03T02:20:48Z</dc:date>
    </item>
  </channel>
</rss>

