Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 31 (0.187s).
Loading phrases to help you
refine your search...
RE: checkAnd... - HBase - [mail # user]
...How about this one : https://issues.apache.org/jira/browse/HBASE-8542   Best Regards, Raymond Liu  ...
   Author: Liu, Raymond, 2013-05-16, 03:20
RE: How to implement this check put and then update something logic? - HBase - [mail # user]
...Well, this did come from a graph domain.  However, I think this could be a common problem when you need to update something according to the original value where a simple checkAndPut on...
   Author: Liu, Raymond, 2013-05-13, 07:42
RE: How to implement this check put and then update something logic? - HBase - [mail # user]
...Thanks, seems there are no other better solution?  Really need a "GetAndPut" atomic op here ...  ...
   Author: Liu, Raymond, 2013-05-10, 08:47
RE: How to implement this check put and then update something logic? - HBase - [mail # user]
...Any suggestion?  ...
   Author: Liu, Raymond, 2013-05-10, 00:52
RE: How to implement this check put and then update something logic? - HBase - [mail # user]
...Oh, I realized that it is better to be named as GetAndMutate, say Mutate anyway, but return the original value.  ...
   Author: Liu, Raymond, 2013-05-08, 07:38
How to implement this check put and then update something logic? - HBase - [mail # user]
...Hi   Say, I have four field for one record :id, status, targetid, and count. Status is on and off, target could reference other id, and count will record the number of "on" status for ...
   Author: Liu, Raymond, 2013-05-08, 07:22
RE: 答复: HBase random read performance - HBase - [mail # user]
...So what is lacking here? The action should also been parallel inside RS for each region, Instead of just parallel on RS level? Seems this will be rather difficult to implement, and for Get, ...
   Author: Liu, Raymond, 2013-04-16, 07:49
RE: composite query on hbase and rcfile - HBase - [mail # user]
...I guess rob mean that use one query to query rcfile and HBASE table at the same time. If your query is on two table, one upon rcfile, another upon HBASE through hbase storage handler, I thin...
   Author: Liu, Raymond, 2013-04-11, 02:08
RE: Does a major compact flush memstore? - HBase - [mail # user]
...St.Ack   I am not sure what's the design idea behind it. While, If I want to invoke a major compact manually, I guess what I want is that all separate file and the memstore is combined ...
   Author: Liu, Raymond, 2013-03-13, 05:34
RE: Does a major compact flush memstore? - HBase - [mail # user]
...I tried both hbase shell's major_compact cmd and java api HBaseAdmin.majorCompact() on table name. They don't flush the memstore on to disk, compact cmd seems not doing that too.  I had...
   Author: Liu, Raymond, 2013-03-13, 01:46
Sort:
project
HBase (31)
Hadoop (4)
MapReduce (3)
HDFS (2)
type
mail # user (30)
mail # dev (1)
date
last 7 days (2)
last 30 days (6)
last 90 days (21)
last 6 months (31)
last 9 months (31)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Liu, Raymond