| 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
|
|
|
|