<?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 Re: tPigLoad from S3 in problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-from-S3-in-problem/m-p/2229314#M20291</link>
    <description>Figured out the problem. You've to add jars in the tPigLoad component - its a manual step to figure out what jars to add and takes quite long as you've to add one by one. I would hope when the tool provides a checkbox "s3 path" it should include such required jars by itself and not leave it on end user to do it. :-).. glad it worked eventually!&lt;BR /&gt;- Zeeshan</description>
    <pubDate>Fri, 02 Oct 2015 02:06:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-02T02:06:17Z</dc:date>
    <item>
      <title>tPigLoad from S3 in problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-from-S3-in-problem/m-p/2229313#M20290</link>
      <description>Using with HDP 2.3, Talend 6.0.1 latest release and attempting to load data file from s3. I can load and dump some of the data fine on Pig console. Any suggestions? Thanks! 
&lt;BR /&gt;Error during parsing. Failed to create DataStorage 
&lt;BR /&gt;Caused by:&amp;nbsp; 
&lt;BR /&gt; Failed to parse: Failed to create DataStorage 
&lt;BR /&gt;: org.apache.pig.PigServer - exception during parsing: Error during parsing. Failed to create DataStorage 
&lt;BR /&gt;Failed to parse: Failed to create DataStorage 
&lt;BR /&gt; at org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:201) 
&lt;BR /&gt; at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1735) 
&lt;BR /&gt; at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1682) 
&lt;BR /&gt; at org.apache.pig.PigServer.registerQuery(PigServer.java:623) 
&lt;BR /&gt; at org.apache.pig.PigServer.registerQuery(PigServer.java:636) 
&lt;BR /&gt; at myproject.local_other_process_data_0_1.local_other_process_data.tPigLoad_2Process(local_other_process_data.java:1561) 
&lt;BR /&gt; at myproject.local_other_process_data_0_1.local_other_process_data.runJobInTOS(local_other_process_data.java:2152) 
&lt;BR /&gt; at myproject.local_other_process_data_0_1.local_other_process_data.main(local_other_process_data.java:2009) 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: Failed to create DataStorage 
&lt;BR /&gt; at org.apache.pig.backend.hadoop.datastorage.HDataStorage.init(HDataStorage.java:75) 
&lt;BR /&gt; at org.apache.pig.backend.hadoop.datastorage.HDataStorage.&amp;lt;init&amp;gt;(HDataStorage.java:53) 
&lt;BR /&gt; at org.apache.pig.builtin.JsonMetadata.findMetaFile(JsonMetadata.java:109) 
&lt;BR /&gt; at org.apache.pig.builtin.JsonMetadata.getSchema(JsonMetadata.java:189) 
&lt;BR /&gt; at org.apache.pig.builtin.PigStorage.getSchema(PigStorage.java:538) 
&lt;BR /&gt; at org.apache.pig.newplan.logical.relational.LOLoad.getSchemaFromMetaData(LOLoad.java:175) 
&lt;BR /&gt; at org.apache.pig.newplan.logical.relational.LOLoad.&amp;lt;init&amp;gt;(LOLoad.java:89) 
&lt;BR /&gt; at org.apache.pig.parser.LogicalPlanBuilder.buildLoadOp(LogicalPlanBuilder.java:901) 
&lt;BR /&gt; at org.apache.pig.parser.LogicalPlanGenerator.load_clause(LogicalPlanGenerator.java:3568) 
&lt;BR /&gt; at org.apache.pig.parser.LogicalPlanGenerator.op_clause(LogicalPlanGenerator.java:1625) 
&lt;BR /&gt; at org.apache.pig.parser.LogicalPlanGenerator.general_statement(LogicalPlanGenerator.java:1102) 
&lt;BR /&gt; at org.apache.pig.parser.LogicalPlanGenerator.statement(LogicalPlanGenerator.java:560) 
&lt;BR /&gt; at org.apache.pig.parser.LogicalPlanGenerator.query(LogicalPlanGenerator.java:421) 
&lt;BR /&gt; at org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:191) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;Caused by: java.io.IOException: No FileSystem for scheme: s3n 
&lt;BR /&gt; at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2584) 
&lt;BR /&gt; at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2591) 
&lt;BR /&gt; at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:91) 
&lt;BR /&gt; at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2630) 
&lt;BR /&gt; at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2612) 
&lt;BR /&gt; at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:370) 
&lt;BR /&gt; at org.apache.pig.backend.hadoop.datastorage.HDataStorage.init(HDataStorage.java:70) 
&lt;BR /&gt; ... 20 more</description>
      <pubDate>Sat, 16 Nov 2024 11:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPigLoad-from-S3-in-problem/m-p/2229313#M20290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: tPigLoad from S3 in problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-from-S3-in-problem/m-p/2229314#M20291</link>
      <description>Figured out the problem. You've to add jars in the tPigLoad component - its a manual step to figure out what jars to add and takes quite long as you've to add one by one. I would hope when the tool provides a checkbox "s3 path" it should include such required jars by itself and not leave it on end user to do it. :-).. glad it worked eventually!&lt;BR /&gt;- Zeeshan</description>
      <pubDate>Fri, 02 Oct 2015 02:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPigLoad-from-S3-in-problem/m-p/2229314#M20291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-02T02:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: tPigLoad from S3 in problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-from-S3-in-problem/m-p/2229315#M20292</link>
      <description>can you please give us a tip which are the libraries ?&amp;nbsp;</description>
      <pubDate>Tue, 13 Oct 2015 22:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPigLoad-from-S3-in-problem/m-p/2229315#M20292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-13T22:36:17Z</dc:date>
    </item>
  </channel>
</rss>

