| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
234 (0.197s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: paging results filter - HBase - [mail # user]
|
|
...@Toby If you wish to go the specified page you need to set the start row that needs to come as part of that page. So what i feel is implement a custom page filter and keep doing next()...
|
|
|
Author: ramkrishna vasudevan,
2013-01-25, 04:15
|
|
|
Re: tabel in 'transition' state which cannot be dropped - HBase - [mail # user]
|
|
...If the problem persists we may have to remove the znode for that table also and restart. I think we need to make the hbck handle such cases. I remember that HBCK fixes the region...
|
|
|
Author: ramkrishna vasudevan,
2013-01-24, 10:50
|
|
|
Re: tabel in 'transition' state which cannot be dropped - HBase - [mail # user]
|
|
...Oops, which version is of HBase is this? If the problem persists can you restart the cluster. Sounds bad but you may have to do that. :( Regards Ram On Thu, Jan 24, 2...
|
|
|
Author: ramkrishna vasudevan,
2013-01-24, 10:24
|
|
|
Re: HBase split policy - HBase - [mail # user]
|
|
...The region that was bigger than 100 MB (much bigger) what was the data in them. Were there any hefty rows in them. Check them. Regarding the problem like the major_compact ...
|
|
|
Author: ramkrishna vasudevan,
2013-01-23, 18:09
|
|
|
Re: Region server crash while syncing HLog - HBase - [mail # user]
|
|
...This is something to do with HDFS also. Regarding data loss, the client should have known that the put has failed. So there should not be silent data loss as far as i can think o...
|
|
|
Author: ramkrishna vasudevan,
2013-01-23, 18:01
|
|
|
Re: About HBase Region Flushes - HBase - [mail # user]
|
|
...Hi Varun Generally when the memstore size has reached for the region, the writes are not blocked except for a fraction of a time till a new memstore is created so that new puts can go ...
|
|
|
Author: ramkrishna vasudevan,
2013-01-23, 02:54
|
|
|
Re: HBase split policy - HBase - [mail # user]
|
|
...HTableDescriptor myHtd = new HTableDescriptor(); myHtd.setValue(HTableDescriptor.SPLIT_POLICY, KeyPrefixRegionSplitPolicy.class.getName()); So the r...
|
|
|
Author: ramkrishna vasudevan,
2013-01-22, 14:02
|
|
|
Re: HBase split policy - HBase - [mail # user]
|
|
...Hi Jean Before replying as to what i know, region splits can be configured too. Ok, now on how the split happens -> You can explicity ask the region to get splitted on a speci...
|
|
|
Author: ramkrishna vasudevan,
2013-01-22, 13:38
|
|
|
Re: [ANNOUNCE] New Apache HBase PMC members: Jimmy Xiang and Nicolas Liochon - HBase - [mail # dev]
|
|
...Congrats Jimmy and N. Regards Ram On Tue, Jan 22, 2013 at 4:29 AM, Mathias Herberts wrote: ...
|
|
|
Author: ramkrishna vasudevan,
2013-01-22, 03:58
|
|
|
Re: Custom Filter and SEEK_NEXT_USING_HINT issue - HBase - [mail # user]
|
|
...On Mon, Jan 21, 2013 at 1:46 PM, Eugeny Morozov wrote: Scanning process does not start parallely on all regions. Once a start row is specified with the scan, the corresponding r...
|
|
|
Author: ramkrishna vasudevan,
2013-01-21, 08:56
|
|
|
|