| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
58 (0.196s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
|
|
...Ram, For you the issue was not happening with lesser data right? -Anoop- On Thu, May 9, 2013 at 12:04 AM, Anoop John wrote: ...
|
|
|
Author: Anoop John,
2013-05-08, 18:36
|
|
|
Re: HLogSplit error with hadoop-2.0.3-alpha and hbase trunk - HBase - [mail # dev]
|
|
...The issue was not coming for the same test with same ammount of data with SequenceFileLogWritter & SFLR Can the FSInputStream#read(byte[]) can read lesser bytes only even when it is no...
|
|
|
Author: Anoop John,
2013-05-08, 18:34
|
|
|
Re: Documentation for append - HBase - [mail # user]
|
|
...I have just gone through the code and trying answering ur questions. to an existing cell. Yes Yes No. It is new cell . There is no actual cell update in HBase append to? No u cant. It append...
|
|
|
Author: Anoop John,
2013-05-08, 13:07
|
|
|
Re: Endpoint vs. Observer Coprocessors - HBase - [mail # user]
|
|
...Didn't follow u completely. Can u tell us little more on your usage. How exactly the endpoint to be related with the CP hook (u said postPut) -Anoop- On Fri, May 3, 2013 at 4:04...
|
|
|
Author: Anoop John,
2013-05-03, 11:34
|
|
|
Re: Very poor read performance with composite keys in hbase - HBase - [mail # user]
|
|
...Navis Thanks for the issue link. Currently the read queries will start MR jobs as usual for reading from HBase. Correct? Is there any plan for supporting no...
|
|
|
Author: Anoop John,
2013-05-02, 04:01
|
|
|
Re: max regionserver handler count - HBase - [mail # user]
|
|
...If you can make use of the batch API ie. get(List) you can reduce the handlers (and no# of RPC calls also).. One batch will use one handler. I have not checked with asynchbase. &...
|
|
|
Author: Anoop John,
2013-04-30, 07:03
|
|
|
Re: max regionserver handler count - HBase - [mail # user]
|
|
...You are making use of batch Gets? get(List) -Anoop- On Tue, Apr 30, 2013 at 11:40 AM, Viral Bajaria wrote: ...
|
|
|
Author: Anoop John,
2013-04-30, 06:29
|
|
|
Re: writing and reading from a region at once - HBase - [mail # user]
|
|
...could fail silently Which version you are using? How you say writes missed silently? The current read, which was going on, has not returned the row that you just wrote? &nb...
|
|
|
Author: Anoop John,
2013-04-26, 04:08
|
|
|
Re: HBase - Performance issue - HBase - [mail # user]
|
|
...Hi How many request handlers are there in ur RS? Can you up this number and see? -Anoop- On Wed, Apr 24, 2013 at 3:42 PM, kzurek wr...
|
|
|
Author: Anoop John,
2013-04-24, 10:29
|
|
|
Re: Overwrite a row - HBase - [mail # user]
|
|
...You can use MultiRowMutationEndpoint for atomic op on multiple rows (within same region).. On Sun, Apr 21, 2013 at 5:55 AM, Ted Yu wrote: ...
|
|
|
Author: Anoop John,
2013-04-21, 07:39
|
|
|
|