Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is best HBase client API for java [closed]

Im working on a project in which i got to use hbase.The project is in java based. I need to know what is the best hbase client api for java.

like image 266
Ali Raza Avatar asked Oct 12 '11 11:10

Ali Raza


2 Answers

HBase has its own java client in core library. It covers pretty much everything. (Got connection as well). If you need a asynchronous client You can check asyncbase from stumbleupon, which is a solid client. But it's filter support is limited.(it has basic filters though, and they work like charm). If you are using java I wouldn't recommend using via rest.

like image 157
frail Avatar answered Sep 26 '22 02:09

frail


Kundera is a recommend client for use. the author is work hard for it.

like image 32
xinqiyang Avatar answered Sep 27 '22 02:09

xinqiyang