You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Sonal Goyal <so...@gmail.com> on 2011/09/13 10:32:42 UTC

Re: HBase Table Pool

Moving discussion to HBase User,

Jagaran,

We use HTablePool in Crux, check
https://github.com/sonalgoyal/crux/blob/master/src/co/nubetech/crux/server/HBaseFacade.java
.

Best Regards,
Sonal
Crux: Reporting for HBase <https://github.com/sonalgoyal/crux>
Nube Technologies <http://www.nubetech.co>

<http://in.linkedin.com/in/sonalgoyal>





On Tue, Sep 13, 2011 at 1:38 PM, jagaran das <ja...@yahoo.co.in>wrote:

> Hi,
>
> Has anybody used HBase Table Pool to connect and load data into Hbase
> Table??
>
> Regards,
> JD

Re: HBase Table Pool

Posted by Eric Charles <er...@gmail.com>.
Hi,

Depending on the HBase version you use, you will have to return or not 
the table to the pool (see 
https://issues.apache.org/jira/browse/HBASE-4054). Only with latest 
version, you are no more obliged to return.

Maybe not relevant, but to load bulk data, there's also 
http://hbase.apache.org/bulk-loads.html

Thx.


On 13/09/11 05:26, Ioan Eugen Stan wrote:
> 2011/9/13 Sonal Goyal<so...@gmail.com>:
>> Moving discussion to HBase User,
>>
>> Jagaran,
>>
>> We use HTablePool in Crux, check
>> https://github.com/sonalgoyal/crux/blob/master/src/co/nubetech/crux/server/HBaseFacade.java
>> .
>
> It' aslo used in James Server (for the user and domain storing) [1]
> and will be used soon in James HBase Mailbox [2]
>
>
> [1] http://svn.apache.org/viewvc/james/server/trunk/hbase/src/main/java/org/apache/james/system/hbase/
> [2] http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/
>

-- 
Eric
http://about.echarles.net

Re: HBase Table Pool

Posted by Ioan Eugen Stan <st...@gmail.com>.
2011/9/13 Sonal Goyal <so...@gmail.com>:
> Moving discussion to HBase User,
>
> Jagaran,
>
> We use HTablePool in Crux, check
> https://github.com/sonalgoyal/crux/blob/master/src/co/nubetech/crux/server/HBaseFacade.java
> .

It' aslo used in James Server (for the user and domain storing) [1]
and will be used soon in James HBase Mailbox [2]


[1] http://svn.apache.org/viewvc/james/server/trunk/hbase/src/main/java/org/apache/james/system/hbase/
[2] http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/

-- 
Ioan Eugen Stan
http://ieugen.blogspot.com/