Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 78 (0.101s).
Loading phrases to help you
refine your search...
Re: Loading Endpoint coprocessor from shell - HBase - [mail # user]
...Forget about it, my bad :)  On Wed, Jan 16, 2013 at 2:48 PM, Amit Sela  wrote:  ...
   Author: Amit Sela, 2013-01-16, 12:56
Loading Endpoint coprocessor from shell - HBase - [mail # user]
...Hi all,  It seems like I can't load Endpoint coprocessor from shell but I have no problem loading RegionObserver from shell. In both cases I pack a jar file, copy it to HDFS and load fr...
   Author: Amit Sela, 2013-01-16, 12:48
Re: hbase olap cube - HBase - [mail # user]
...Hi Oleg,  Try this  http://github.com/urbanairship/datacube Andrew Purtell recommended it here when I had a similar need. I didn't need things like sum and average so I ended up us...
   Author: Amit Sela, 2013-01-16, 12:13
Re: Can a RegionObserver coprocessor increment counter of a row key that may not belong to the region ? - HBase - [mail # user]
...Got it, so if my coprocessor is aggregating through the Increment that was executed and I am using the aggregated values to increment a new counter in the *same row and same FAMILIES *but a ...
   Author: Amit Sela, 2012-12-06, 13:42
Re: Can a RegionObserver coprocessor increment counter of a row key that may not belong to the region ? - HBase - [mail # user]
...If I'm aggregating over the same Increment Object that triggered the Observer (the same key, same CFs but aggregating into different qualifiers), do I go outside the Region ? I know that for...
   Author: Amit Sela, 2012-12-06, 08:05
Re: Can a RegionObserver coprocessor increment counter of a row key that may not belong to the region ? - HBase - [mail # user]
...I asked because I thought exactly what you all said but wanted to be sure. My case is incrementing counters per URL where the families are time periods (hourly, daily...) and the qualifiers ...
   Author: Amit Sela, 2012-12-06, 07:28
Re: Can a RegionObserver coprocessor increment counter of a row key that may not belong to the region ? - HBase - [mail # user]
...And if they are not in the same table ? On Dec 5, 2012 7:06 PM, "Ted Yu"  wrote:  ...
   Author: Amit Sela, 2012-12-05, 17:30
Can a RegionObserver coprocessor increment counter of a row key that may not belong to the region ? - HBase - [mail # user]
...Hi all,  I have to count the occurrence of URLs in our system using the URL as row key and using Increment. I also want to count domains, so I was thinking of using RegionObserver copro...
   Author: Amit Sela, 2012-12-05, 12:35
Re: scan is slower after bulk load - HBase - [mail # user]
...I gave it a few more shots and it was back to normal... Bulk loading is faster but more important (for us) it's more stable and doesn't cause full GC in the region server even if loading it ...
   Author: Amit Sela, 2012-11-23, 17:22
Re: Bulk load fails with NullPointerException - HBase - [mail # user]
...After some digging into the code it looks like this bug also affects bulk load when using LoadIncrementalHFiles (bulk loading programmatically). We  fixed the code in Compression.class ...
   Author: Amit Sela, 2012-11-15, 16:09
Sort:
project
HBase (78)
MapReduce (11)
HDFS (9)
Hadoop (9)
type
mail # user (78)
date
last 7 days (0)
last 30 days (5)
last 90 days (20)
last 6 months (39)
last 9 months (78)
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)
Amit Sela