Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 121 to 130 from 156 (0.084s).
Loading phrases to help you
refine your search...
Re: Runtime error? - HBase - [mail # dev]
...I think Stack fix those as part of 1502 (I saw his comments in the "build failed" related messages that are posted in this list). Though I haven't taken/checked the latest one yet.  Tha...
   Author: Himanshu Vashishtha, 2011-05-06, 00:57
Re: Build failed in Jenkins: HBase-TRUNK #1892 - HBase - [mail # dev]
...The test (testWALObserverReplay) that is failing is running good on my local. And as per hudson's logs its not able to find the log file on hdfs which it uses.  File hdfs://localhost:55...
   Author: Himanshu Vashishtha, 2011-05-02, 20:34
Re: Row count without iterating over ResultScanner? - HBase - [mail # user]
...Yes, you can define your scan object at the client side and pass to the AggregateClient.rowCount. You can refer to AggregateClient javadoc and associated TestAggregateProtocol test methods t...
   Author: Himanshu Vashishtha, 2011-05-01, 18:42
Re: Row count without iterating over ResultScanner? - HBase - [mail # user]
...If you are interested row count only (and not want to fetch the table rows to your client side), you can also try out https://issues.apache.org/jira/browse/HBASE-1512.  PS: Which versio...
   Author: Himanshu Vashishtha, 2011-05-01, 18:03
Re: Runtime error? - HBase - [mail # dev]
...With the new build, I can access/insert data from shell and also from an external client. But the UI is not showing region server details, like I can't see Table Regions of a table that is t...
   Author: Himanshu Vashishtha, 2011-05-01, 05:41
Re: Runtime error? - HBase - [mail # dev]
...Seems to be a local issue at your side :)) Latest build is working on my local (standalone on hdfs).  I know its not that helpful, but just a notification that something is wrong in you...
   Author: Himanshu Vashishtha, 2011-05-01, 04:14
Re: Exec implementing Row - HBase - [mail # dev]
...Right, they go hand in hand. I saw the use case in multi call at RS where all the rows are sorted based on the row attribute.  Himanshu  On Thu, Apr 28, 2011 at 12:33 AM, Gary Helm...
   Author: Himanshu Vashishtha, 2011-04-28, 06:48
Re: Exec implementing Row - HBase - [mail # dev]
...Oh no, one use it for sorting in the multi method there in RS. forget what i said :))  On Thu, Apr 28, 2011 at 12:14 AM, Himanshu Vashishtha  wrote:  ...
   Author: Himanshu Vashishtha, 2011-04-28, 06:23
Re: Exec implementing Row - HBase - [mail # dev]
...For the least of it, one can get rid of "private byte[] referenceRow" attribute in Exec class I'd say (?).  Yes, Exec implementing Row seems useful as you mentioned (though this use cas...
   Author: Himanshu Vashishtha, 2011-04-28, 06:14
Re: Exec implementing Row - HBase - [mail # dev]
...hehe its extending Invocation too, so I take this use case back :))  On Wed, Apr 27, 2011 at 11:27 PM, Himanshu Vashishtha  wrote:  ...
   Author: Himanshu Vashishtha, 2011-04-28, 05:38
Sort:
project
HBase (156)
Hadoop (8)
Zookeeper (5)
HDFS (3)
type
mail # user (58)
issue (51)
mail # dev (47)
date
last 7 days (4)
last 30 days (12)
last 90 days (39)
last 6 months (52)
last 9 months (156)
author
Stack (3754)
Ted Yu (2471)
Jean-Daniel Cryans (2274)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (679)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Himanshu Vashishtha