Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 91 (0.242s).
Loading phrases to help you
refine your search...
Re: Read access pattern - HBase - [mail # user]
...Couple of raw implementation thoughts:  1. Change the schema Take the timestamps inside the row. Rowkey is the hash(objectid), and column qualifier is the LONG.MAX_VALUE - changeDate - ...
   Author: Asaf Mesika, 2013-04-30, 05:49
Re: Schema Design Question - HBase - [mail # user]
...I actually don't see the benefit of saving the data into HBase if all you do is read per job id and purges it. Why not accumulate into HDFS per job id and then dump the file? The way I see i...
   Author: Asaf Mesika, 2013-04-29, 05:46
Re: HBase is not running. - HBase - [mail # user]
...Http://Devving.com has a good post on setting hosts file for stand alone hbase  On Saturday, April 27, 2013, Yves S. Garret wrote:  ...
   Author: Asaf Mesika, 2013-04-28, 20:32
Re: checkAnd... - HBase - [mail # user]
...Yep. You can write a RegionObserver which take all event qualifiers with a time stamp larger than a certain grace period, sum it up, add it to the current value of the Count qualifier and em...
   Author: Asaf Mesika, 2013-04-28, 19:55
Getting list of Region In Transition via command line - HBase - [mail # user]
...Hi,  The Web UI for HBase Master shows a list of Region In Transition.  Is there a way to get this list via command line?  HBase shell or zkCli?  Is the /hbase/unassigned...
   Author: Asaf Mesika, 2013-04-18, 07:15
deleteOnExit when JVM shutsdown non gracefully - HBase - [mail # user]
...Hi,  In the CoprocessorHost.java file, there's the following code section used to load a coprocessor jar:        fs.copyToLocalFile(path, dst);       ...
   Author: Asaf Mesika, 2013-04-10, 09:30
Re: Evenly splitting the table - HBase - [mail # user]
...Is the number of salt keys configurable? Do you support range scan on row keys althought hash is used?  On Thursday, March 21, 2013, Aaron Kimball wrote:  ...
   Author: Asaf Mesika, 2013-04-04, 04:30
Re: Read thruput - HBase - [mail # user]
...Can you possible batch some Get calls to a Scan with a Filter that contains the list of row keys you need? For example, if you have 100 Gets, you can create a start key and end key from gett...
   Author: Asaf Mesika, 2013-04-04, 04:21
Re: Read thruput - HBase - [mail # user]
...How does your client call looks like? Get? Scan? Filters? Is 3000/sec is client side calls or is it in numbers of rows per sec? If you measure in MB/sec how much read throughput do you get? ...
   Author: Asaf Mesika, 2013-04-01, 20:12
Re: Understanding scan behaviour - HBase - [mail # user]
...Yes. Watch out for last byte being max   On Fri, Mar 29, 2013 at 7:31 PM, Mohit Anchlia wrote:  ...
   Author: Asaf Mesika, 2013-03-30, 13:55
Sort:
project
HBase (91)
type
mail # user (91)
date
last 7 days (3)
last 30 days (15)
last 90 days (33)
last 6 months (64)
last 9 months (91)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1453)
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 (410)
Gary Helmling (290)
Asaf Mesika