| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
268 (0.076s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: RS, TT, shared DN and good performance on random Hbase random reads. - HBase - [mail # user]
|
|
...Yes. What I meant was a low number of slots on these TTs alone (those that are co-located with RS, if you want to do that) by having a limited maximum of map and reduce slots configured on i...
|
|
|
Author: Harsh J,
2012-08-25, 17:34
|
|
|
Re: RS, TT, shared DN and good performance on random Hbase random reads. - HBase - [mail # user]
|
|
...Hi Marc, On Sat, Aug 25, 2012 at 12:56 AM, Marc Sturlese wrote: Just to keep in mind: All HBase read/write requests are made via the RS. The RS's held blocks of HDFS data i...
|
|
|
Author: Harsh J,
2012-08-25, 13:32
|
|
|
Re: how client location a region/tablet? - HBase - [mail # user]
|
|
...Lin, On Thu, Aug 23, 2012 at 10:10 PM, Lin Ma wrote: Yes, currently this is the case. We disabled multiple META regions at some point, I am unsure about why exactly but per...
|
|
|
Author: Harsh J,
2012-08-23, 16:46
|
|
|
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
|
|
|
|