Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 265 (0.138s).
Loading phrases to help you
refine your search...
Re: how client location a region/tablet? - HBase - [mail # user]
...HBase currently keeps a single META region (Doesn't split it). ROOT holds META region location, and META has a few rows in it, a few of them for each table. See also the class MetaScanner. &...
   Author: Harsh J, 2012-08-23, 15:48
Re: client cache for all region server information? - HBase - [mail # user]
...Hi Lin,  On Thu, Aug 23, 2012 at 7:56 PM, Lin Ma  wrote:  You have it correct now. Region locations are cached only if they are not available. And they are cached on need-basi...
   Author: Harsh J, 2012-08-23, 15:37
Re: HTable batch execution order - HBase - [mail # user]
...Hi Shagun,  The original ordering index is still maintained.  Yes you will have them back in order. Don't be confused by that javadoc statement. The result list is ordered in the s...
   Author: Harsh J, 2012-08-23, 14:12
Re: client cache for all region server information? - HBase - [mail # user]
...Hi Lin,  On Thu, Aug 23, 2012 at 4:31 PM, Lin Ma  wrote:  What Abhishek meant here is that it caches only the needed table's rows from META. It also only caches the specific r...
   Author: Harsh J, 2012-08-23, 13:35
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
...Hey Yonghu,  You are right that TTL "deletions" (it isn't exactly a delete, its more of a compact-time skip wizardry) do not go to the HLog as "events". Know that TTLs aren't applied "p...
   Author: Harsh J, 2012-08-22, 08:49
Re: Hbase master startup error: cannot assign requested address - HBase - [mail # user]
...Seems more of an address bind issue. What does your $ host `hostname -f` resolve to, on the master? Can you check if the IP reported back correlates with the IP assigned to your machine (Che...
   Author: Harsh J, 2012-08-19, 03:23
Re: Put w/ timestamp -> Deleteall -> Put w/ timestamp fails - HBase - [mail # user]
...Yonghu,  You are correct at that. Until a major_compact finishes, inserting with old timestamps will never show. Inserted old timestamped values before a major compact but after a delet...
   Author: Harsh J, 2012-08-15, 12:50
Re: Disk space usage of HFilev1 vs HFilev2 - HBase - [mail # user]
...Not wanting to have this thread too end up as a mystery-result on the web, I did some tests. I loaded 10k rows (of 100 KB random chars each) into test tables on 0.90 and 0.92 both, flushed t...
   Author: Harsh J, 2012-08-14, 21:42
Re: Issue: "WARN client.HTable: Null regioninfo cell in keyvalues - HBase - [mail # user]
...Hey David,  Are you running your HBase instance in pseudo-distributed/fully-distributed mode or the standalone one?  Does "hbase hbck" report any inconsistencies?  On Tue, Aug...
   Author: Harsh J, 2012-08-14, 15:48
Re: Put w/ timestamp -> Deleteall -> Put w/ timestamp fails - HBase - [mail # user]
...When a Delete occurs, an insert is made with the timestamp being the current time (to indicate it is the latest version). Hence, when you insert a value after this with an _older_ timestamp,...
   Author: Harsh J, 2012-08-14, 15:46
Sort:
project
Hadoop (1372)
MapReduce (1036)
HDFS (450)
HBase (265)
Avro (74)
Pig (31)
Hive (18)
Zookeeper (7)
Flume (6)
Sqoop (1)
type
mail # user (214)
mail # dev (29)
issue (22)
date
last 7 days (0)
last 30 days (1)
last 90 days (11)
last 6 months (49)
last 9 months (265)
author
Stack (3750)
Ted Yu (2464)
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)
Harsh J