<?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 component issue with Cloudera 5 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352193#M118622</link>
    <description>Hi Team, Am getting the following error while storing data into HBase using tPigStoreResult (store function : HBaseStorage) 
  &lt;BR /&gt;Please to the attachment for job design and complete stacktrace below. 
  &lt;BR /&gt;Starting job Main_e at 15:15 28/10/2014. 
  &lt;BR /&gt; connecting to socket on port 3342 
  &lt;BR /&gt; connected 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - mapred.job.queue.name is deprecated. Instead, use mapreduce.job.queuename 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - mapred.job.tracker is deprecated. Instead, use mapreduce.jobtracker.address 
  &lt;BR /&gt;: org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: hdfs://localhost.localdomain:8022 
  &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;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFb"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFb"&gt;OriginalPost.pdf&lt;/A&gt;</description>
    <pubDate>Tue, 28 Oct 2014 23:31:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-28T23:31:43Z</dc:date>
    <item>
      <title>tPigLoad component issue with Cloudera 5</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352191#M118620</link>
      <description>Hi Gurus. 
&lt;BR /&gt;Quick question is had anyone ever get the tPigload component working with cloudera5&amp;nbsp; 
&lt;BR /&gt;I am using cloudera 5&amp;nbsp; 
&lt;BR /&gt;talend 5.4 and 5.5 &amp;lt;none worked&amp;gt; 
&lt;BR /&gt;where ever there is a scope of map reduce talend is complaining. 
&lt;BR /&gt;Following is the error description: 
&lt;BR /&gt;Exception in component tPigLoad_1 
&lt;BR /&gt;org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1000: Error during parsing. Unable to check name hdfs://txwlcloud2:8020/user/thor 
&lt;BR /&gt;at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1608) 
&lt;BR /&gt;at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1547) 
&lt;BR /&gt;at org.apache.pig.PigServer.registerQuery(PigServer.java:518) 
&lt;BR /&gt;at org.apache.pig.PigServer.registerQuery(PigServer.java:531) 
&lt;BR /&gt;at bigdata.testpig_0_1.testpig.tPigLoad_1Process(testpig.java:348) 
&lt;BR /&gt;at bigdata.testpig_0_1.testpig.runJobInTOS(testpig.java:599) 
&lt;BR /&gt;at bigdata.testpig_0_1.testpig.main(testpig.java:458) 
&lt;BR /&gt;Caused by: Failed to parse: Pig script failed to parse:&amp;nbsp; 
&lt;BR /&gt;&amp;lt;line 1, column 21&amp;gt; pig script failed to validate: org.apache.pig.backend.datastorage.DataStorageException: ERROR 6007: Unable to check name hdfs://txwlcloud2:8020/user/thor 
&lt;BR /&gt;at org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:191) 
&lt;BR /&gt;at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1600) 
&lt;BR /&gt;... 6 more 
&lt;BR /&gt;Caused by:&amp;nbsp; 
&lt;BR /&gt;&amp;lt;line 1, column 21&amp;gt; pig script failed to validate: org.apache.pig.backend.datastorage.DataStorageException: ERROR 6007: Unable to check name hdfs://txwlcloud2:8020/user/thor 
&lt;BR /&gt;at org.apache.pig.parser.LogicalPlanBuilder.buildLoadOp(LogicalPlanBuilder.java:835) 
&lt;BR /&gt;at org.apache.pig.parser.LogicalPlanGenerator.load_clause(LogicalPlanGenerator.java:3236) 
&lt;BR /&gt;at org.apache.pig.parser.LogicalPlanGenerator.op_clause(LogicalPlanGenerator.java:1315) 
&lt;BR /&gt;at org.apache.pig.parser.LogicalPlanGenerator.general_statement(LogicalPlanGenerator.java:799) 
&lt;BR /&gt;at org.apache.pig.parser.LogicalPlanGenerator.statement(LogicalPlanGenerator.java:517) 
&lt;BR /&gt;at org.apache.pig.parser.LogicalPlanGenerator.query(LogicalPlanGenerator.java:392) 
&lt;BR /&gt;at org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:184) 
&lt;BR /&gt;... 7 more 
&lt;BR /&gt;Caused by: org.apache.pig.backend.datastorage.DataStorageException: ERROR 6007: Unable to check name hdfs://txwlcloud2:8020/user/thor 
&lt;BR /&gt;at org.apache.pig.backend.hadoop.datastorage.HDataStorage.isContainer(HDataStorage.java:207) 
&lt;BR /&gt;at org.apache.pig.backend.hadoop.datastorage.HDataStorage.asElement(HDataStorage.java:128) 
&lt;BR /&gt;at org.apache.pig.backend.hadoop.datastorage.HDataStorage.asElement(HDataStorage.java:138) 
&lt;BR /&gt;at org.apache.pig.parser.QueryParserUtils.getCurrentDir(QueryParserUtils.java:91) 
&lt;BR /&gt;at org.apache.pig.parser.LogicalPlanBuilder.buildLoadOp(LogicalPlanBuilder.java:827) 
&lt;BR /&gt;... 13 more 
&lt;BR /&gt;Caused by: java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Message missing required fields: callId, status; Host Details : local host is: "TXWLHPW295/10.215.206.241"; destination host is: "txwlcloud2":8020;&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEqi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139848i8C8240E77A16B5B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEqi.png" alt="0683p000009MEqi.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352191#M118620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: tPigLoad component issue with Cloudera 5</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352192#M118621</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;ERROR 6007: Unable to check name hdfs://txwlcloud2:8020/user/thor&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Make sure your input parameter is totally correct. Have you checked component reference 
&lt;A href="https://help.talend.com/search/all?query=tPigLoad&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tPigLoad&lt;/A&gt;?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 22 Oct 2014 05:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352192#M118621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-22T05:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: tPigLoad component issue with Cloudera 5</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352193#M118622</link>
      <description>Hi Team, Am getting the following error while storing data into HBase using tPigStoreResult (store function : HBaseStorage) 
  &lt;BR /&gt;Please to the attachment for job design and complete stacktrace below. 
  &lt;BR /&gt;Starting job Main_e at 15:15 28/10/2014. 
  &lt;BR /&gt; connecting to socket on port 3342 
  &lt;BR /&gt; connected 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - mapred.job.queue.name is deprecated. Instead, use mapreduce.job.queuename 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - mapred.job.tracker is deprecated. Instead, use mapreduce.jobtracker.address 
  &lt;BR /&gt;: org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: hdfs://localhost.localdomain:8022 
  &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;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFb"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFb"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 28 Oct 2014 23:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352193#M118622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T23:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: tPigLoad component issue with Cloudera 5</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352194#M118623</link>
      <description>Hi Team, Am getting the following error while storing data into HBase using tPigStoreResult (store function : HBaseStorage) 
  &lt;BR /&gt;Please to the attachment for job design and complete stacktrace below. 
  &lt;BR /&gt;Starting job Main_e at 15:15 28/10/2014. 
  &lt;BR /&gt; connecting to socket on port 3342 
  &lt;BR /&gt; connected 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - mapred.job.queue.name is deprecated. Instead, use mapreduce.job.queuename 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS 
  &lt;BR /&gt;: org.apache.hadoop.conf.Configuration.deprecation - mapred.job.tracker is deprecated. Instead, use mapreduce.jobtracker.address 
  &lt;BR /&gt;: org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: hdfs://localhost.localdomain:8022 
  &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;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFl"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFl"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 28 Oct 2014 23:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tPigLoad-component-issue-with-Cloudera-5/m-p/2352194#M118623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T23:33:32Z</dc:date>
    </item>
  </channel>
</rss>

