Created 09-01-2016 03:32 PM
Hi,
When I'm trying to establish connection between HBase, It looks like when you try to do the native HBase connection in metadata, HBase server requires the JDBC connection to go through the Phoenix driver so that we can establish the connection. Is there anyway if we can establish a JDBC connection with your HBase bypassing the Phoenix driver?
If yes, please share me the steps or document where I can get process to establish connection between HBase and Talend etc.,
Thanks in advance.
Created 09-01-2016 03:37 PM
Phoenix provides the JDBC connection to HBase (in addition to the SQL 'skin'). There is no JDBC interface provided by Apache HBase.
Created 09-01-2016 03:37 PM
Phoenix provides the JDBC connection to HBase (in addition to the SQL 'skin'). There is no JDBC interface provided by Apache HBase.
Created 09-01-2016 04:23 PM
Thanks for the quick reply. If I don't install Phoneix Query Server then is it possible to establish JDBC connection?
Created 09-01-2016 04:38 PM
Yes. The Phoenix JDBC does not require the Phoenix Query Server. The Phoenix Query Server provides a "thin" JDBC driver.
Created 09-01-2016 03:40 PM
The PhoenixDriver is what provides the JDBC interface to HBase to begin with.
I'm not aware of any JDBC HBase driver that doesn't involve Phoenix.