Re: Hbase JDBC API

2012-08-13 Thread Jeff Hung
Hi Sandeep, You may try JackHare: http://sourceforge.net/projects/jackhare/. Regards, Jeff Hung

Re: Hbase JDBC API

2012-08-10 Thread Bejoy Ks
Hi Sandeep You can have a look at HbaseStorageHandler which maps the hbase tables to hive tables . Once this mapping is done you can use the hive jdbc to query Hbase tables. See whether this hive Hbase Integration suits your requirement.