<?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: Error while loading data to thbaseoutpt in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-while-loading-data-to-thbaseoutpt/m-p/2367374#M130758</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a KB article about:&lt;A title="TalendHelpCenter:The missing winutils.exe program in the Big Data Jobs" href="https://help.talend.com/reader/TV_t_7nuYdICwr7inaEK8w/3NAs8DDrvstBuJT7SP~nPg" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:The missing winutils.exe program in the Big Data Jobs&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;and a related topic about:&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://community.talend.com/t5/Configuration-and-Administration/How-to-avoid-error-about-quot-winutils-exe-quot-not-found/ta-p/48155" href="https://community.qlik.com/s/article/ka03p0000006EuWAAU" target="_self"&gt;https://community.talend.com/t5/Configuration-and-Administration/How-to-avoid-error-about-quot-winutils-exe-quot-not-found/ta-p/48155&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 13 Apr 2018 09:11:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-13T09:11:46Z</dc:date>
    <item>
      <title>Error while loading data to thbaseoutpt</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-loading-data-to-thbaseoutpt/m-p/2367373#M130757</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;I am using Talend Open studio for big Data and i am trying to load some data to hbase ,but i am getting an error as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find screen shot of my package as well as error.&lt;/P&gt; 
&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt; 
&lt;P&gt;Starting job testdelete at 10:10 12/04/2018.&lt;/P&gt; 
&lt;P&gt;[statistics] connecting to socket on port 4074&lt;BR /&gt;[statistics] connected&lt;BR /&gt;[WARN ]: org.apache.hadoop.util.Shell - Did not find winutils.exe: java.io.FileNotFoundException: java.io.FileNotFoundException: HADOOP_HOME and hadoop.home.dir are unset.&lt;BR /&gt;-see &lt;A href="https://wiki.apache.org/hadoop/WindowsProblems" target="_blank" rel="nofollow noopener noreferrer"&gt;https://wiki.apache.org/hadoop/WindowsProblems&lt;/A&gt;&lt;BR /&gt;[WARN ]: org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;BR /&gt;Exception in component tHBaseOutput_1 (testdelete)&lt;BR /&gt;java.lang.RuntimeException: java.lang.NullPointerException&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:208)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:326)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:301)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:166)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.&amp;lt;init&amp;gt;(ClientScanner.java:161)&lt;BR /&gt;at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:794)&lt;BR /&gt;at org.apache.hadoop.hbase.MetaTableAccessor.fullScan(MetaTableAccessor.java:602)&lt;BR /&gt;at org.apache.hadoop.hbase.MetaTableAccessor.tableExists(MetaTableAccessor.java:366)&lt;BR /&gt;at org.apache.hadoop.hbase.client.HBaseAdmin.tableExists(HBaseAdmin.java:405)&lt;BR /&gt;at org.apache.hadoop.hbase.client.HBaseAdmin.tableExists(HBaseAdmin.java:415)&lt;BR /&gt;at local_project.testdelete_0_1.testdelete.tFileInputXML_2Process(testdelete.java:1171)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;at local_project.testdelete_0_1.testdelete.runJobInTOS(testdelete.java:3644)&lt;BR /&gt;at local_project.testdelete_0_1.testdelete.main(testdelete.java:3493)&lt;BR /&gt;Caused by: java.lang.NullPointerException&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.getMetaReplicaNodes(ZooKeeperWatcher.java:395)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:562)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ZooKeeperRegistry.getMetaRegionLocation(ZooKeeperRegistry.java:61)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateMeta(ConnectionManager.java:1192)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1159)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:300)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:156)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:60)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:200)&lt;BR /&gt;... 12 more&lt;BR /&gt;Job testdelete ended at 10:10 12/04/2018. [exit code=1]&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-loading-data-to-thbaseoutpt/m-p/2367373#M130757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading data to thbaseoutpt</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-loading-data-to-thbaseoutpt/m-p/2367374#M130758</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a KB article about:&lt;A title="TalendHelpCenter:The missing winutils.exe program in the Big Data Jobs" href="https://help.talend.com/reader/TV_t_7nuYdICwr7inaEK8w/3NAs8DDrvstBuJT7SP~nPg" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:The missing winutils.exe program in the Big Data Jobs&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;and a related topic about:&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://community.talend.com/t5/Configuration-and-Administration/How-to-avoid-error-about-quot-winutils-exe-quot-not-found/ta-p/48155" href="https://community.qlik.com/s/article/ka03p0000006EuWAAU" target="_self"&gt;https://community.talend.com/t5/Configuration-and-Administration/How-to-avoid-error-about-quot-winutils-exe-quot-not-found/ta-p/48155&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 09:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-loading-data-to-thbaseoutpt/m-p/2367374#M130758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-13T09:11:46Z</dc:date>
    </item>
  </channel>
</rss>

