<?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>topic [resolved] List all the directory for a given HDFS path in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355027#M120868</link>
    <description>Hi, 
&lt;BR /&gt;I need your help!!!. 
&lt;BR /&gt;I want to list all the directory/folder for the given HDFS path. So I used the following job 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDor.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150756iD91BF41EE3D0339B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDor.png" alt="0683p000009MDor.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Afte I run the job I got only below log.&amp;nbsp; 
&lt;BR /&gt; connecting to socket on port 4067 
&lt;BR /&gt; connected 
&lt;BR /&gt;: org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job Read_HDFS_file ended at 20:25 02/04/2017. 
&lt;BR /&gt; 
&lt;BR /&gt;I expected the list of folder in the tlogrow output, but got nothing. please see the above log. Please let me know If I miss something here..</description>
    <pubDate>Sat, 16 Nov 2024 09:56:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:56:39Z</dc:date>
    <item>
      <title>[resolved] List all the directory for a given HDFS path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355027#M120868</link>
      <description>Hi, 
&lt;BR /&gt;I need your help!!!. 
&lt;BR /&gt;I want to list all the directory/folder for the given HDFS path. So I used the following job 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDor.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150756iD91BF41EE3D0339B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDor.png" alt="0683p000009MDor.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Afte I run the job I got only below log.&amp;nbsp; 
&lt;BR /&gt; connecting to socket on port 4067 
&lt;BR /&gt; connected 
&lt;BR /&gt;: org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job Read_HDFS_file ended at 20:25 02/04/2017. 
&lt;BR /&gt; 
&lt;BR /&gt;I expected the list of folder in the tlogrow output, but got nothing. please see the above log. Please let me know If I miss something here..</description>
      <pubDate>Sat, 16 Nov 2024 09:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355027#M120868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] List all the directory for a given HDFS path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355028#M120869</link>
      <description>Can you post tHDFSList properties ?</description>
      <pubDate>Mon, 03 Apr 2017 04:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355028#M120869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T04:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] List all the directory for a given HDFS path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355029#M120870</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Can you post tHDFSList properties ?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Here is the tHDFSList screen shot..&amp;nbsp; 
&lt;BR /&gt;Under "data/stage/retail" path, I have folders (example datafolder1, datafolder2..etc). I want to print these folder names only in tlogrow. To understand it better, I have simplified the requirement. &amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDvf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143958i56ED37404E300DBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDvf.png" alt="0683p000009MDvf.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;FYI, I tried to list the names from unix box using similar approach and&amp;nbsp;it worked well.</description>
      <pubDate>Mon, 03 Apr 2017 04:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355029#M120870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T04:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] List all the directory for a given HDFS path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355030#M120871</link>
      <description>Hi,&amp;nbsp; 
&lt;BR /&gt;I resolved it myself. I removed "*.*" from filemask and then it worked well.&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDYX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155531i424E0E623D6E1504/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDYX.png" alt="0683p000009MDYX.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 03 Apr 2017 22:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-List-all-the-directory-for-a-given-HDFS-path/m-p/2355030#M120871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T22:23:21Z</dc:date>
    </item>
  </channel>
</rss>

