Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 150 (0.224s).
Loading phrases to help you
refine your search...
Optimizing Multi Gets in hbase - HBase - [mail # user]
...Hi,  I am trying to batched get(s) on a cluster. Here is the code:  List gets = ... // Prepare my gets with the rows i need myHTable.get(gets);  I have two questions about the...
   Author: Varun Sharma, 2013-02-18, 09:57
Re: Get on a row with multiple columns - HBase - [mail # user]
...https://issues.apache.org/jira/browse/HBASE-7813  On Mon, Feb 11, 2013 at 8:44 AM, Varun Sharma  wrote:  ...
   Author: Varun Sharma, 2013-02-11, 16:44
Re: Get on a row with multiple columns - HBase - [mail # user]
...I think I found a bug with the BulkDeleteEndpoint which is causing me to lose entire rows even with COLUMN deletes. I filed a JIRA for the same and can upload a patch.  On Mon, Feb 11, ...
   Author: Varun Sharma, 2013-02-11, 16:44
Re: Get on a row with multiple columns - HBase - [mail # user]
...No,  Endpoint executes with normal QoS but it initiates a scan which seems to be execute on High QoS looking at the handlers. Though, I am not totally sure, maybe that region server was...
   Author: Varun Sharma, 2013-02-11, 15:36
Re: Get on a row with multiple columns - HBase - [mail # user]
...Back to BulkDeleteEndpoint, i got it to work but why are the scanner.next() calls executing on the Priority handler queue ?  Varun  On Sat, Feb 9, 2013 at 8:46 AM, lars hofhansl &n...
   Author: Varun Sharma, 2013-02-10, 22:35
Behaviour on Get call with ColumnPaginationFilter - HBase - [mail # user]
...Hi,  If I am running the following call:  Get get = new Get(row); get.setFilter(new ColumnPaginationFilter(50, 0));  Does this load the entire row into memory ? Or will it onl...
   Author: Varun Sharma, 2013-02-10, 04:53
Re: Get on a row with multiple columns - HBase - [mail # user]
...Yeah, I meant true...  On Sat, Feb 9, 2013 at 12:17 AM, lars hofhansl  wrote:  ...
   Author: Varun Sharma, 2013-02-09, 08:29
Re: Get on a row with multiple columns - HBase - [mail # user]
...Okay I did my research - these need to be set to false. I agree.  On Sat, Feb 9, 2013 at 12:05 AM, Varun Sharma  wrote:  ...
   Author: Varun Sharma, 2013-02-09, 08:11
Re: Get on a row with multiple columns - HBase - [mail # user]
...I have ipc.client.tcpnodelay, ipc.server.tcpnodelay set to false and the hbase one - [hbase].ipc.client.tcpnodelay set to true. Do these induce network latency ?  On Fri, Feb 8, 2013 at...
   Author: Varun Sharma, 2013-02-09, 08:05
Re: Get on a row with multiple columns - HBase - [mail # user]
...We are actually doing some filtering already using a coprocessor during major compactions but we dont really know in advance what is going to be trimmed out. We only know when an unfollow ac...
   Author: Varun Sharma, 2013-02-09, 06:57
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 (39)
last 90 days (71)
last 6 months (133)
last 9 months (150)
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)
Varun Sharma