Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 152 (0.37s).
Loading phrases to help you
refine your search...
Re: Questions about HBase replication - HBase - [mail # user]
...Hi Lars,  Thanks for the response.  Regarding #2 again, so if RS1 failed, then the following happens... 1) RS2 takes over its logs... 2) Master renames the log containing directory...
   Author: Varun Sharma, 2013-05-20, 07:35
Questions about HBase replication - HBase - [mail # user]
...Hi,  I have a couple of questions about HBase replication...  1) When we ship edits to slave cluster - do we retain the timestamps in the edits - if we don't, I can imagine hitting...
   Author: Varun Sharma, 2013-05-19, 19:13
Re: Question about HFile seeking - HBase - [mail # user]
...Thanks Stack and Lars for the detailed answers - This question is not really motivated by performance problems...  So the index indeed knows what part of the HFile key is the row and wh...
   Author: Varun Sharma, 2013-05-17, 07:22
Re: Question about HFile seeking - HBase - [mail # user]
...Referring to your comment above again  "If you doing a prefix scan w/ row1c, we should be starting the scan at row1c, not row1 (or more correctly at the row that starts the block we bel...
   Author: Varun Sharma, 2013-05-16, 22:26
Re: Question about HFile seeking - HBase - [mail # user]
...Sorry I may have misunderstood what you meant.  When you look for "row1c" in the HFile index - is it going to also match for "row1,col1" or only match "row1c". It all depends how the in...
   Author: Varun Sharma, 2013-05-16, 21:55
Re: Question about HFile seeking - HBase - [mail # user]
...Nothing, I am just curious...  So, we will do a bunch of wasteful scanning - that's lets say row1 has col1 - col100000 - basically 100K columns, we will scan all those key values even t...
   Author: Varun Sharma, 2013-05-16, 21:42
Re: Question about HFile seeking - HBase - [mail # user]
...Or do we use some kind of demarcator b/w rows and columns and timestamps when building the HFile keys and the indices ?  Thanks Varun   On Thu, May 16, 2013 at 1:56 PM, Varun Sharm...
   Author: Varun Sharma, 2013-05-16, 21:03
Question about HFile seeking - HBase - [mail # user]
...Lets say I have the following in my table:              col1 row1       v1          ------> HFile entry would be...
   Author: Varun Sharma, 2013-05-16, 20:56
Key Value collision - HBase - [mail # user]
...Hi,  I am wondering what happens when we add the following:  row, col, timestamp --> v1  A flush happens. Now, we add  row, col, timestamp --> v2  A flush happ...
   Author: Varun Sharma, 2013-05-16, 18:49
[HBASE-8554] Scan should seek to startRow within a region - HBase - [issue]
...Currently Scan.startRow() is only used for determining which Region to look up the row into but we do not seek within the region to the start row. Since its not uncommon to run with large si...
http://issues.apache.org/jira/browse/HBASE-8554    Author: Varun Sharma, 2013-05-16, 05:28
Sort:
project
HBase (152)
HDFS (5)
Hadoop (1)
type
mail # user (119)
mail # dev (22)
issue (11)
date
last 7 days (18)
last 30 days (33)
last 90 days (72)
last 6 months (134)
last 9 months (152)
author
Stack (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (977)
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)
Varun Sharma