<?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 HDFS2 external camel component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/HDFS2-external-camel-component/m-p/2333436#M102219</link>
    <description>Hello,&lt;BR /&gt;I'm new in Talend ESB and i wonder how to load data into HDFS ? &lt;BR /&gt;My problem is that i get some information from web services and i need to load this data into hdfs, i found the camel component hdfs2 but i don't understand how to use it?&lt;BR /&gt;I have Talend DS 6.2.1 commercial distribution&lt;BR /&gt;Any help&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 10:04:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:04:21Z</dc:date>
    <item>
      <title>HDFS2 external camel component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDFS2-external-camel-component/m-p/2333436#M102219</link>
      <description>Hello,&lt;BR /&gt;I'm new in Talend ESB and i wonder how to load data into HDFS ? &lt;BR /&gt;My problem is that i get some information from web services and i need to load this data into hdfs, i found the camel component hdfs2 but i don't understand how to use it?&lt;BR /&gt;I have Talend DS 6.2.1 commercial distribution&lt;BR /&gt;Any help&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 10:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDFS2-external-camel-component/m-p/2333436#M102219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS2 external camel component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDFS2-external-camel-component/m-p/2333437#M102220</link>
      <description>Hi,&lt;BR /&gt;Could you please try to&amp;nbsp;&lt;FONT size="2"&gt;&lt;FONT face="Arial," helvetica=""&gt;create a new route like cMessagingEndpoint--&amp;gt;cLog&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," helvetica=""&gt;and configure the component cMessagingEndpoint like:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," helvetica=""&gt;Basic setting: URI="hdfs2://192.168.xx.xxx:xxxx/user/automation/xxxx.csv"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," helvetica=""&gt;Advanced setting: Dependencies= hdfs2 to see if this route works well?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 23 Feb 2017 07:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDFS2-external-camel-component/m-p/2333437#M102220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS2 external camel component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDFS2-external-camel-component/m-p/2333438#M102221</link>
      <description>Hello Sabrina, 
&lt;BR /&gt;I have this error in my job: 
&lt;BR /&gt; 
&lt;PRE&gt;No FileSystem for scheme: hdfs&lt;BR /&gt;java.io.IOException: No FileSystem for scheme: hdfs&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2304)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2311)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:90)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2350)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2332)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:369)&lt;BR /&gt;	at org.apache.camel.component.hdfs2.HdfsInfo.&amp;lt;init&amp;gt;(HdfsInfo.java:36)&lt;BR /&gt;	at org.apache.camel.component.hdfs2.HdfsInfoFactory.newHdfsInfo(HdfsInfoFactory.java:31)&lt;BR /&gt;	at org.apache.camel.component.hdfs2.HdfsConsumer.setupHdfs(HdfsConsumer.java:81)&lt;BR /&gt;	at org.apache.camel.component.hdfs2.HdfsConsumer.doStart(HdfsConsumer.java:66)&lt;BR /&gt;	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.startService(DefaultCamelContext.java:3234)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRouteConsumers(DefaultCamelContext.java:3528)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.doStartRouteConsumers(DefaultCamelContext.java:3464)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:3394)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRoutes(DefaultCamelContext.java:3162)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3018)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.access$000(DefaultCamelContext.java:175)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2814)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2810)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:2833)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:2810)&lt;BR /&gt;	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)&lt;BR /&gt;	at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:2779)&lt;BR /&gt;	at org.apache.camel.main.Main.doStart(Main.java:126)&lt;BR /&gt;	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)&lt;BR /&gt;	at org.apache.camel.main.MainSupport.run(MainSupport.java:124)&lt;BR /&gt;	at local_project.test_hdfs_0_1.test_HDFS.run(test_HDFS.java:135)&lt;BR /&gt;	at local_project.test_hdfs_0_1.test_HDFS.runJobInTOS(test_HDFS.java:197)&lt;BR /&gt;	at local_project.test_hdfs_0_1.test_HDFS.main(test_HDFS.java:167)&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGIb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146093i91D4A82F1DDEC55A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGIb.png" alt="0683p000009MGIb.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGIg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130982i483114CDC9DBDEEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGIg.png" alt="0683p000009MGIg.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I guess a need to add some librarys to my job but how can i configure an external camel component ? 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Thu, 23 Feb 2017 14:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDFS2-external-camel-component/m-p/2333438#M102221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T14:17:24Z</dc:date>
    </item>
  </channel>
</rss>

