| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
48 (0.132s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hbase scans taking a lot of time - HBase - [mail # user]
|
|
...Definitely not, you should keep it under 3 maximum. Keep in mind that 1 CF == 1 Store == at least that many big files to read. On Fri, Jan 25, 2013 at 6:59 PM, Vibhav Mundra wro...
|
|
|
Author: Adrien Mogenet,
2013-01-25, 18:04
|
|
|
Re: drop table problem - HBase - [mail # user]
|
|
...Normally you wouldn't need to remove the whole /hbase root on ZK. Removing the node which is related to your table should be enough. Restart your master so that it will read table state agai...
|
|
|
Author: Adrien Mogenet,
2013-01-24, 19:49
|
|
|
Re: Hbase heap size - HBase - [mail # user]
|
|
...On Fri, Jan 18, 2013 at 3:24 AM, lars hofhansl wrote: I'm using much larger region size (~200 GB) and it's not a real problem if you're controlling compactions ; am I right ? It...
|
|
|
Author: Adrien Mogenet,
2013-01-18, 20:28
|
|
|
Re: Region status. - HBase - [mail # user]
|
|
...Perhaps can you dive into ZK nodes ? On Fri, Jan 11, 2013 at 9:32 PM, Jean-Marc Spaggiari wrote: Adrien Mogenet 06.59.16.64.22 http://www.mogenet.me...
|
|
|
Author: Adrien Mogenet,
2013-01-17, 18:18
|
|
|
Re: Coprocessor / threading model - HBase - [mail # user]
|
|
...Thanks for pointing me out the Jira, that's useful for my understanding. I'm using HBase 0.94.3, and regions of main and index table are co-located on the same RS as in Anoop's design. I'll ...
|
|
|
Author: Adrien Mogenet,
2013-01-13, 10:42
|
|
|
Coprocessor / threading model - HBase - [mail # user]
|
|
...Hi there, I'm experiencing some issues with CP. I'm trying to implement an indexing solution (inspired by Annop's slides). In pre-put, I trigger another Put() in an external table (to ...
|
|
|
Author: Adrien Mogenet,
2013-01-13, 00:06
|
|
|
Re: HBase - Secondary Index - HBase - [mail # user]
|
|
...Are your talking about Data block encoding of K/V ? https://issues.apache.org/jira/browse/HBASE-4218 On Sun, Jan 6, 2013 at 9:36 PM, Mohit Anchlia wrote: Adrien Mogenet ...
|
|
|
Author: Adrien Mogenet,
2013-01-06, 20:40
|
|
|
Re: HBase - Secondary Index - HBase - [mail # user]
|
|
...Nice topic, perhaps one of the most important for 2013 :-) I still don't get how you're ensuring consistency between index table and main table, without an external component (such as bookke...
|
|
|
Author: Adrien Mogenet,
2013-01-06, 20:30
|
|
|
Re: Fastest way to find is a row exist? - HBase - [mail # user]
|
|
...On every Get, BloomFilter is acting as a filter (!) on top of each HFile and allows to check if a key is absent from the HFile. So yes, you will benefit from these filters. On Fri, Ja...
|
|
|
Author: Adrien Mogenet,
2013-01-04, 20:17
|
|
|
Re: Never ending major compaction? - HBase - [mail # user]
|
|
...Do you have 100% data locality ? How is the network trafic ? On Wed, Jan 2, 2013 at 7:07 AM, Ted Yu wrote: Adrien Mogenet 06.59.16.64.22 http://www.mogenet.me...
|
|
|
Author: Adrien Mogenet,
2013-01-02, 07:49
|
|
|
|