Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 27 (0.068s).
Loading phrases to help you
refine your search...
Re: Table splitting - Accumulo - [mail # user]
...On Wed, Dec 12, 2012 at 1:36 PM, Eric Newton  wrote:   That seems to be enough to ensure that blocks are local to the new host to which the tablet was migrated.  We do see a f...
   Author: ameet kini, 2012-12-12, 18:45
Re: Table splitting - Accumulo - [mail # user]
...If its moved for balance or recovery purposes, are there any mechanisms to copy the blocks over to the new location? Would compaction be this mechanism? Or is it automatically done as part o...
   Author: ameet kini, 2012-12-12, 18:32
Re: Table splitting - Accumulo - [mail # user]
...Ok, so in short, assuming that there's sufficient local disk space, a given tablet having all its blocks local relies on HDFS's guarantee that the first replica of a block will be local as l...
   Author: ameet kini, 2012-12-12, 18:27
Re: Table splitting - Accumulo - [mail # user]
...Along these lines....  Can someone help me understand how tablets map to files on disk in HDFS? files on HDFS for a given tablet. Each file can consist of multiple HDFS blocks. Does Acc...
   Author: ameet kini, 2012-12-12, 18:08
Re: Using Accumulo as input to a MapReduce job frequently hangs due to lost Zookeeper connection - Accumulo - [mail # user]
...My previous post had some stale text after my signature - sorry. Reposting after chopping the stale text off.  Turns out that my assumption of tables being partitioned the same way may ...
   Author: ameet kini, 2012-10-17, 14:13
Re: Using Accumulo as input to a MapReduce job frequently hangs due to lost Zookeeper connection - Accumulo - [mail # user]
...Turns out that my assumption of tables being partitioned the same way may be too restrictive. I need to account for join partitions not being co-located on the same tablet server. So the Com...
   Author: ameet kini, 2012-10-17, 14:10
Re: Concurrent updates - Accumulo - [mail # user]
...Alternately, for two rollups - summing by day and week - you could insert into two different columns, with each configured with its own combiner. The advantage with this scheme is that both ...
   Author: ameet kini, 2012-10-17, 12:40
Re: Using Accumulo as input to a MapReduce job frequently hangs due to lost Zookeeper connection - Accumulo - [mail # user]
...I have a related problem where I need to do a 1-1 join (every row in table A joins with a unique row in table B and vice versa). My join key is the row id of the table. In the past, I've use...
   Author: ameet kini, 2012-10-10, 14:22
Re: compressing values returned to scanner - Accumulo - [mail # user]
...In re-reading your response, I may have overlooked one key point.   Are the keys+values compressed together as one block? If thats the case, I can see why its not possible to only decom...
   Author: ameet kini, 2012-10-02, 18:48
Re: compressing values returned to scanner - Accumulo - [mail # user]
...keys, I understand, but why do values need to be decompressed if there were no user iterators installed on the server? Are there system iterators that look inside the value?  Ameet &nbs...
   Author: ameet kini, 2012-10-02, 18:30
Sort:
project
Accumulo (27)
type
mail # user (27)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (4)
last 9 months (27)
author
Eric Newton (747)
Keith Turner (724)
John Vines (640)
David Medinets (586)
Josh Elser (280)
Adam Fuchs (265)
Billie Rinaldi (265)
Billie J Rinaldi (237)
Christopher (168)
Christopher Tubbs (152)
Benson Margulies (140)
William Slacum (140)
Aaron Cordova (122)
Jim Klucar (77)
Alan D. Cabrera (65)
ameet kini