| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
196 (0.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Wondering what hbck should do in this situation - HBase - [mail # dev]
|
|
...J-D Just going thro the explanation I feel that the region that had references is a parent region and it should have an entry in META saying it is SPLIT and OFFLINE? May be while...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-07-19, 04:51
|
|
|
RE: [poll] Does anyone run or test against hadoop 0.21, 0.22, 0.23 under HBase 0.92.0+/0.94.0? - HBase - [mail # dev]
|
|
...We work on hadoop 2.0. Regards Ram ...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-07-19, 04:01
|
|
|
RE: ANN: The first hbase 0.94.1 release candidate is available for download - HBase - [mail # dev]
|
|
...Lars I think you mean 'whether we should release this as 0.94.1'? Regards Ram ...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-07-18, 05:09
|
|
|
RE: Load balancer repeatedly close and open region in the same regionserver. - HBase - [mail # user]
|
|
...is different. Need to analyse the previous logs also. Pls file a JIRA, if possible attach the logs to that. Thanks Howard. Regards Ram ...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-07-17, 14:30
|
|
|
RE: checkAndPut, checkAndDelete - HBase - [mail # dev]
|
|
...Hi Dishant In my first point the check on the client side what I meant is {code} if (!Bytes.equals(row, r.getRow())) { throw new DoNotRetryIOEx...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-07-02, 14:23
|
|
|
checkAndPut, checkAndDelete - HBase - [mail # dev]
|
|
...Hi Devs Currently the checkAndPut, checkAndDelete these api currently accept the row that needs to be checked and the Delete/Put also along with it. Again interna...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-07-02, 08:44
|
|
|
RE: Can a server function make a rpc call to the corresponding client - HBase - [mail # dev]
|
|
...Pls go through http://hbase.apache.org/book/regionserver.arch.html#coprocessors. Here we have master environment, regionserver environment which will give you access to locate a region...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-06-28, 15:00
|
|
|
RE: Scan vs Put vs Get - HBase - [mail # user]
|
|
...In 0.94 The UI of the RS has a metrics table. In that you can see blockCacheHitCount, blockCacheMissCount etc. May be there is a variation when you do scan() an...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-06-28, 11:59
|
|
|
RE: secondary indexing of tables - HBase - [mail # user]
|
|
...I don't have a sample code. But it can be done using Coprocessors because it provides lot of hooks. HBASE-2038 will give you pointers towards that and before that please read abo...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-06-28, 11:51
|
|
|
RE: Stargate: ScannerModel - HBase - [mail # dev]
|
|
...Try using setCaching and setBatching. These help you to avoid the number of calls that happens from the client to the server for every result/row fetched. Regards Ram ...
|
|
|
Author: Ramkrishna.S.Vasudevan,
2012-06-28, 08:45
|
|
|
|