| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.142s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Schedule major compaction programmatically - HBase - [mail # user]
|
|
...Thanks for summarizing this Jimmy. I will start to take a look at it. Chen On Thu, May 17, 2012 at 4:28 PM, Jimmy Xiang wrote: Chen Song Mobile: 518-445-5096...
|
|
|
Author: Chen Song,
2012-05-18, 15:03
|
|
|
Re: Schedule major compaction programmatically - HBase - [mail # user]
|
|
...Sorry for another dump question. As I am querying such information in client code, how to get a HRegionServer from a HRegionInfo, or HServerAddress? I found a way to get HRegionInterfa...
|
|
|
Author: Chen Song,
2012-05-17, 20:23
|
|
|
Re: Schedule major compaction programmatically - HBase - [mail # user]
|
|
...Can you direct me to the API call to get the queue size metrics? On Thu, May 17, 2012 at 2:58 PM, Jimmy Xiang wrote: Chen Song Mobile: 518-445-5096...
|
|
|
Author: Chen Song,
2012-05-17, 19:00
|
|
|
Re: Schedule major compaction programmatically - HBase - [mail # user]
|
|
...Thanks Jimmy. Meanwhile, is there a work around for this? How does compact/major_compact issued from hbase shell handles this under the hood? Is it eventually calling HBaseAdmin API or...
|
|
|
Author: Chen Song,
2012-05-17, 18:42
|
|
|
Schedule major compaction programmatically - HBase - [mail # user]
|
|
...I would like to schedule major compaction on a region programmatically. I found the API call below which can properly achieve my goal. HBaseAdmin.majorCompact(String tableOrRegionName)...
|
|
|
Author: Chen Song,
2012-05-17, 18:11
|
|
|
Re: Get the list of store/store files for a region via HBase API - HBase - [mail # user]
|
|
...In HBase API, there are classes defined on each level of structs. For example, HRegionInterface, HRegionInfo (HRegion), Store, StoreFile. I am not sure why there doesn't seem to have a clear...
|
|
|
Author: Chen Song,
2012-05-16, 16:22
|
|
|
Re: Get the list of store/store files for a region via HBase API - HBase - [mail # user]
|
|
...Thanks Doug, that should work as the hierarchy is explicitly reflected on HDFS. But is this the preferred way to do such table/region/storefile traversal? I would like to avoid hitting...
|
|
|
Author: Chen Song,
2012-05-15, 21:37
|
|
|
Get the list of store/store files for a region via HBase API - HBase - [mail # user]
|
|
...I am new to HBase and started working on a project which needs meta information on HBase regions for a table. The version of HBase I am using 0.90.4. The use case is very simple.  ...
|
|
|
Author: Chen Song,
2012-05-15, 21:09
|
|
|
|