Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 150 (0.181s).
Loading phrases to help you
refine your search...
Re: Get on a row with multiple columns - HBase - [mail # user]
...The use case is like your twitter feed. Tweets from people u follow. When someone unfollows, you need to delete a bunch of his tweets from the following feed. So, its frequent, and we are es...
   Author: Varun Sharma, 2013-02-09, 06:45
Re: Get on a row with multiple columns - HBase - [mail # user]
...Using hbase 0.94.3. Tried that too, ran into performance issues with having to retrieve the entire row first (this was getting slow when one particular row is hammered) since row can be big ...
   Author: Varun Sharma, 2013-02-09, 06:16
Re: Get on a row with multiple columns - HBase - [mail # user]
...We are given a set of 300 columns to delete. I tested two cases:  1) deleteColumns() - with the 's'  This function simply adds delete markers for 300 columns, in our case, typicall...
   Author: Varun Sharma, 2013-02-09, 06:05
Re: Get on a row with multiple columns - HBase - [mail # user]
...So a Get call with multiple columns on a single row should be much faster than independent Get(s) on each of those columns for that row. I am basically seeing severely poor performance (~ 15...
   Author: Varun Sharma, 2013-02-09, 05:44
Re: Get on a row with multiple columns - HBase - [mail # user]
...Sorry, I was a little unclear with my question.  Lets say you have  Get get = new Get(row) get.addColumn("1"); get.addColumn("2"); . . .  When internally hbase executes the ba...
   Author: Varun Sharma, 2013-02-09, 05:22
Re: Get on a row with multiple columns - HBase - [mail # dev]
...+user  On Fri, Feb 8, 2013 at 5:38 PM, Varun Sharma  wrote:  ...
   Author: Varun Sharma, 2013-02-09, 01:40
Get on a row with multiple columns - HBase - [mail # dev]
...Hi,  When I do a Get on a row with multiple column qualifiers. Do we sort the column qualifers and make use of the sorted order when we get the results ?  Thanks Varun...
   Author: Varun Sharma, 2013-02-09, 01:38
Re: LRU stats - HBase - [mail # user]
...Since i am using only 10 % of allocated cache, I think EvictionThread never ran - hence, I see the value 0. What's mysterious is who is calling evictBlock then, because there are non zero ev...
   Author: Varun Sharma, 2013-01-27, 09:04
LRU stats - HBase - [mail # user]
...Hi,  I am running hbase 0.94.3 and I am trying to understand the LRU cache stats here:  LRU Stats: total=428.75 MB, free=4.05 GB, max=4.46 GB, blocks=35961, accesses=23808283, hits...
   Author: Varun Sharma, 2013-01-27, 03:05
Re: 答复: GC pause issues - HBase - [mail # user]
...My total heap size is 12G and my young gen is 1G. I am getting 200ms pauses every few seconds - the machine has 4 cores (its m1.xlarge on ec2), if I set the young gen low. The one thing I no...
   Author: Varun Sharma, 2013-01-25, 17:55
Sort:
project
HBase (150)
HDFS (5)
Hadoop (1)
type
mail # user (117)
mail # dev (22)
issue (11)
date
last 7 days (16)
last 30 days (38)
last 90 days (71)
last 6 months (133)
last 9 months (150)
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)
Varun Sharma