<?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: Cannot connect with hbase in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297673#M70221</link>
    <description>Hi
&lt;BR /&gt;Which version? Can you ping to the hostname or IP from a command prompt?
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 23 Apr 2013 03:15:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-23T03:15:18Z</dc:date>
    <item>
      <title>Cannot connect with hbase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297672#M70220</link>
      <description>Hello, i would like to use the ThbaseOutput.
&lt;BR /&gt;However, i tried it with failure.. on two diferent hadoop systems.
&lt;BR /&gt;bigdata is the hostname of my Hadoop ubuntu computer.. So Talend can clearly see the hostname but i don't know what to do.
&lt;BR /&gt;When i run the Talend job, it displays this error:
&lt;BR /&gt;13/04/22 17:49:39 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=10.85.5..:2181 sessionTimeout=180000 watcher=hconnection
&lt;BR /&gt;13/04/22 17:49:40 INFO zookeeper.ClientCnxn: Opening socket connection to server /10.85.56..:2181
&lt;BR /&gt;13/04/22 17:49:40 INFO zookeeper.RecoverableZooKeeper: The identifier of this process is 6116@FR-L27656
&lt;BR /&gt;13/04/22 17:49:46 INFO zookeeper.ClientCnxn: Socket connection established to 10.85.../10.85..:2181, initiating session
&lt;BR /&gt;13/04/22 17:49:46 INFO zookeeper.ClientCnxn: Session establishment complete on server 10.85.56.10/10.85.56.10:2181, sessionid = 0x13e1737a56b001f, negotiated timeout = 40000
&lt;BR /&gt;13/04/22 17:49:47 INFO client.HConnectionManager$HConnectionImplementation: getMaster attempt 0 of 10 failed; retrying after sleep of 1000
&lt;BR /&gt;java.net.UnknownHostException: unknown host: bigdata
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.&amp;lt;init&amp;gt;(HBaseClient.java:227)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseClient.getConnection(HBaseClient.java:1016)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseClient.call(HBaseClient.java:878)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:150)
&lt;BR /&gt; at com.sun.proxy.$Proxy5.getProtocolVersion(Unknown Source)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.WritableRpcEngine.getProxy(WritableRpcEngine.java:183)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:303)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:280)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:332)
&lt;BR /&gt; at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:642)
&lt;BR /&gt; at org.apache.hadoop.hbase.client.HBaseAdmin.&amp;lt;init&amp;gt;(HBaseAdmin.java:106)
&lt;BR /&gt; at projectname.hbase_0_1.Hbase.tRowGenerator_1Process(Hbase.java:429)
&lt;BR /&gt; at projectname.hbase_0_1.Hbase.runJobInTOS(Hbase.java:757)
&lt;BR /&gt; at projectname.hbase_0_1.Hbase.main(Hbase.java:625)
&lt;BR /&gt;13/04/22 17:49:48 INFO client.HConnectionManager$HConnectionImplementation: getMaster attempt 1 of 10 failed; retrying after sleep of 1000
&lt;BR /&gt;java.net.UnknownHostException: unknown host: bigdata
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseClient$Connection.&amp;lt;init&amp;gt;(HBaseClient.java:227)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseClient.getConnection(HBaseClient.java:1016)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseClient.call(HBaseClient.java:878)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:150)
&lt;BR /&gt; at com.sun.proxy.$Proxy5.getProtocolVersion(Unknown Source)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.WritableRpcEngine.getProxy(WritableRpcEngine.java:183)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:303)
&lt;BR /&gt; at org.apache.hadoop.hbase.ipc.HBaseRPC.getProxy(HBaseRPC.java:280)
&lt;BR /&gt;
&lt;BR /&gt;and this is the Hbase log:
&lt;BR /&gt;2013-04-22 17:49:34,932 INFO org.apache.zookeeper.server.NIOServerCnxnFactory: Accepted socket connection from /10.83...:50508
&lt;BR /&gt;2013-04-22 17:49:34,933 INFO org.apache.zookeeper.server.ZooKeeperServer: Client attempting to establish new session at /10.83...:50508
&lt;BR /&gt;2013-04-22 17:49:34,935 INFO org.apache.zookeeper.server.ZooKeeperServer: Established session 0x13e1737a56b0020 with negotiated timeout 40000 for client /10.83..:50508
&lt;BR /&gt;
&lt;BR /&gt;Thank you in advance</description>
      <pubDate>Sat, 16 Nov 2024 12:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297672#M70220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect with hbase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297673#M70221</link>
      <description>Hi
&lt;BR /&gt;Which version? Can you ping to the hostname or IP from a command prompt?
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 23 Apr 2013 03:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297673#M70221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-23T03:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect with hbase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297674#M70222</link>
      <description>Hello, yes i can ping it, for example, i am able to use hiveserver and see the data with Qlikview. 
&lt;BR /&gt;Secondly, i don't understand why it can see the 'bigdata' hostname here: 
&lt;BR /&gt;java.net.UnknownHostException: unknown host: bigdata 
&lt;BR /&gt;that means i can see the server. 
&lt;BR /&gt;I tried it on Talend 5.2.1, 5.2.2 and 5.3rc2... 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 23 Apr 2013 08:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297674#M70222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-23T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect with hbase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297675#M70223</link>
      <description>Hi,
&lt;BR /&gt;For error : &amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;java.net.UnknownHostException: unknown host&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;add your destination server IP and name in hosts file located in&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;C:\Windows\System32\drivers\etc of your system from which you are trying to access hadoop environment.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Thanks.!!&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 08 Feb 2016 05:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-with-hbase/m-p/2297675#M70223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T05:35:34Z</dc:date>
    </item>
  </channel>
</rss>

