| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
125 (0.064s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Enabling compression - HBase - [mail # user]
|
|
...On Tue, Jul 24, 2012 at 2:04 PM, Dhaval Shah wrote: and it works with hadoop just fine and HBase is running on the same cluster. Is there something special I need to do for HBase? &nbs...
|
|
|
Author: Mohit Anchlia,
2012-07-24, 22:16
|
|
|
Re: Enabling compression - HBase - [mail # user]
|
|
...Thanks! I was trying it out and I see this message when I use COMPRESSION, but it works when I don't use it. Am I doing something wrong? hbase(main):012:0> create 't2', {NAME =>...
|
|
|
Author: Mohit Anchlia,
2012-07-24, 20:39
|
|
|
Enabling compression - HBase - [mail # user]
|
|
...Is it possible to enable compression on the table on a already existing table?...
|
|
|
Author: Mohit Anchlia,
2012-07-24, 20:28
|
|
|
Re: Insert blocked - HBase - [mail # user]
|
|
...On Tue, Jul 24, 2012 at 12:55 PM, Elliott Clark wrote: Do you mean in your code you close HTableInterface after each put/get/scan operations? ...
|
|
|
Author: Mohit Anchlia,
2012-07-24, 20:04
|
|
|
Re: Insert blocked - HBase - [mail # user]
|
|
...I removed the close call and it works. So it looks like close call should be called only at the end. But then how does the pool know that the object is available if it's not returned to the ...
|
|
|
Author: Mohit Anchlia,
2012-07-24, 19:27
|
|
|
Re: Insert blocked - HBase - [mail # user]
|
|
...On Tue, Jul 24, 2012 at 3:09 AM, Lyska Anton wrote: I thought I need to close HTableInterface to return it back to the pool. Is that not the case? m doop/hbase/client/HTab...
|
|
|
Author: Mohit Anchlia,
2012-07-24, 17:00
|
|
|
Re: Insert blocked - HBase - [mail # user]
|
|
...I am now using HTablePool but still the call hangs at "put". My code is something like this: hTablePool = *new* HTablePool(config,*MAX_POOL_SIZE*); result = *new* SessionTimelin...
|
|
|
Author: Mohit Anchlia,
2012-07-24, 00:41
|
|
|
Re: Insert blocked - HBase - [mail # user]
|
|
...On Mon, Jul 23, 2012 at 3:54 PM, Elliott Clark wrote: ...
|
|
|
Author: Mohit Anchlia,
2012-07-23, 23:15
|
|
|
Insert blocked - HBase - [mail # user]
|
|
...I am writing a stress tool to test my specific use case. In my current implementation HTable is a global static variable that I initialize just once and use it accross multiple threads. Is t...
|
|
|
Author: Mohit Anchlia,
2012-07-23, 22:48
|
|
|
Re: drop table - HBase - [mail # user]
|
|
...Thanks everyone for your help On Mon, Jul 23, 2012 at 1:40 PM, Mohammad Tariq wrote: ...
|
|
|
Author: Mohit Anchlia,
2012-07-23, 20:48
|
|
|
|