| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
214 (2.91s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Region balancing question - HBase - [mail # user]
|
|
...Seems this is available from 0.92 version.. See HBASE-3373 -Anoop- ________________________________________ From: Anoop Sam John [[EMAIL PROTECTED]] Sent: Thursday, August 02, 2...
|
|
|
Author: Anoop Sam John,
2012-08-02, 10:01
|
|
|
RE: Region balancing question - HBase - [mail # user]
|
|
...Hi Which version you are using? lancing in which balancer will make sure the regions for one table is balan ced across the RSs. But in the other way of balancing in generic way ...
|
|
|
Author: Anoop Sam John,
2012-08-02, 09:54
|
|
|
RE: Retrieve Put timestamp - HBase - [mail # user]
|
|
...Currently in Append there is a setter to specify whether to return the resu lt or not. Similar way we can use for Put? Only with specific use cases the return TS might be needed. May b...
|
|
|
Author: Anoop Sam John,
2012-08-02, 04:42
|
|
|
Re: Applying QualifierFilter to one column family only. - HBase - [mail # user]
|
|
...Yes I was having this doubt abt ur use case. I assumed ur use case is like u know the qualifier names in advance. :) ____________________________________ From: Anoop Sam John Sent: Fri...
|
|
|
Author: Anoop Sam John,
2012-07-20, 03:12
|
|
|
RE: Applying QualifierFilter to one column family only. - HBase - [mail # user]
|
|
...Yes I was having this doubt. So if you know exactly the qualifier names in advance you can use this scan way. Else filter only u can use. QualifierFilter just checks the qualifie...
|
|
|
Author: Anoop Sam John,
2012-07-20, 03:10
|
|
|
RE: Applying QualifierFilter to one column family only. - HBase - [mail # user]
|
|
...Hi David, You want the below use case in scan Table :T1 CF : T CF: S q1 q2.. &...
|
|
|
Author: Anoop Sam John,
2012-07-19, 05:05
|
|
|
RE: Some suggestions for future features - HBase - [mail # dev]
|
|
...Delete at RS level but, if the API above can delete also columns and not entire rows then it will be welcomed :) @Daniel You are doing it using Endpoints? @Dev Can we...
|
|
|
Author: Anoop Sam John,
2012-07-04, 07:04
|
|
|
RE: HBase table disk usage - HBase - [mail # user]
|
|
...Hi, The KV storage will be like KeyLength (4 bytes) + Value length(4 bytes) + rowkeylength(2bytes) + rowkey (.. bytes) + CF length(1 byte) + CF (...bytes) + Qualifier(..bytes) + ...
|
|
|
Author: Anoop Sam John,
2012-07-04, 03:28
|
|
|
RE: checkAndPut, checkAndDelete - HBase - [mail # dev]
|
|
...Yes as Ram said the rowId passed to the API and rowId in Put/Delete need to be the same. We can see this check at the server side. I was wondering why these APIs were taking the ...
|
|
|
Author: Anoop Sam John,
2012-07-02, 17:59
|
|
|
RE: One column family, scan on value performance - HBase - [mail # user]
|
|
...Hi Kevin Can you pls give the performance numbers of both the wa ys here? -Anoop- _____________...
|
|
|
Author: Anoop Sam John,
2012-06-29, 18:12
|
|
|
|