<?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: Hbase Connectivity issue with Neo4j Database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299887#M72174</link>
    <description>Are you using direct connection to Neo4j, if so try connect to Neo4j Rest API (server URL) instead, like the image.
&lt;BR /&gt;http://lucidwebdreams.files.wordpress.com/2014/07/05_tneo4joutput.png</description>
    <pubDate>Tue, 05 Aug 2014 09:45:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-05T09:45:10Z</dc:date>
    <item>
      <title>Hbase Connectivity issue with Neo4j Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299883#M72170</link>
      <description>Hi All, 
&lt;BR /&gt;I'm working on a Windows 7 64 bits and using TOS for Big Data 5.5 
&lt;BR /&gt;I created a new database using Neo4j 2.1.1 
&lt;BR /&gt;Hbase Version- hbase-0.94.8 
&lt;BR /&gt;hbase.zookeeper.quorum- "10.207.5.21" 
&lt;BR /&gt;hbase.zookeeper.clientPort - "2181 
&lt;BR /&gt;Job name : HbaseJobTest 
&lt;BR /&gt;I want to read from a hbase table to a Neo4j although I am getting a connection error. Here is my execution log: 
&lt;BR /&gt;Error Description :- 
&lt;BR /&gt;""Starting job HbaseJobTest at 11:11 17/06/2014. 
&lt;BR /&gt;Error: Could not find or load main class test.hbasejobtest_0_1.HbaseJobTest 
&lt;BR /&gt;Job HbaseJobTest ended at 11:11 17/06/2014. "" 
&lt;BR /&gt;PFA the image for connection arrangement. 
&lt;BR /&gt;So , would any one have an idea how to fix this issue? or 
&lt;BR /&gt;How may I use the tHBase* components to establish this? 
&lt;BR /&gt;Many Thanks 
&lt;BR /&gt;Sushil 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEI1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134976i8B48FDC4A86B91FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEI1.png" alt="0683p000009MEI1.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299883#M72170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase Connectivity issue with Neo4j Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299884#M72171</link>
      <description>Hi,
&lt;BR /&gt;I have faced this error many times, if the job building is not properly handled by talend. Re-executing the job fixed it autmatically... have you tried closing and opening it again?
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 17 Jun 2014 07:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299884#M72171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T07:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase Connectivity issue with Neo4j Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299885#M72172</link>
      <description>Yes I have tried many times but still the problem is same.</description>
      <pubDate>Tue, 17 Jun 2014 09:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299885#M72172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T09:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase Connectivity issue with Neo4j Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299886#M72173</link>
      <description>Now after re-executing so many time I'm getting error like 
&lt;BR /&gt;
&lt;BR /&gt;Starting job hbase_input_output at 13:53 17/06/2014.
&lt;BR /&gt;java.lang.NoClassDefFoundError: projectname/hbase_input_output_0_1/hbase_input_output
&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: projectname.hbase_input_output_0_1.hbase_input_output
&lt;BR /&gt; at java.net.URLClassLoader$1.run(Unknown Source)
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)
&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source)
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source)
&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source)
&lt;BR /&gt;Could not find the main class: projectname.hbase_input_output_0_1.hbase_input_output. Program will exit.
&lt;BR /&gt;Exception in thread "main" 
&lt;BR /&gt;Job hbase_input_output ended at 13:53 17/06/2014. 
&lt;BR /&gt;Did you face the same ?? How can we resolve this issue ??
&lt;BR /&gt;Thanks &amp;amp; Regards,
&lt;BR /&gt;Sushil</description>
      <pubDate>Tue, 17 Jun 2014 09:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299886#M72173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase Connectivity issue with Neo4j Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299887#M72174</link>
      <description>Are you using direct connection to Neo4j, if so try connect to Neo4j Rest API (server URL) instead, like the image.
&lt;BR /&gt;http://lucidwebdreams.files.wordpress.com/2014/07/05_tneo4joutput.png</description>
      <pubDate>Tue, 05 Aug 2014 09:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hbase-Connectivity-issue-with-Neo4j-Database/m-p/2299887#M72174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-05T09:45:10Z</dc:date>
    </item>
  </channel>
</rss>

