| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
681 (0.113s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase Writes With Large Number of Columns - HBase - [mail # user]
|
|
...For a total of 1.5kb with 4 columns = 384 bytes/column bin/hbase org.apache.hadoop.hbase.util.LoadTestTool -write 4:384:100 -num_keys 1000000 13/03/25 14:54:45 INFO util.MultiThreadedAction:...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-25, 23:49
|
|
|
Re: HBase Writes With Large Number of Columns - HBase - [mail # user]
|
|
...I just ran some LoadTest to see if I can reproduce that. bin/hbase org.apache.hadoop.hbase.util.LoadTestTool -write 4:512:100 -num_keys 1000000 13/03/25 14:18:25 INFO util.MultiThreade...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-25, 18:27
|
|
|
Re: ‘split’ start/stop key range of large table regions for more map tasks - HBase - [mail # user]
|
|
...Hi Wei, Have you looked at MAX_FILESIZE? If your table is 1TB size, and you have 10 RS and want 12 regions per server, you can setup this to 1TB/(10x12) and you will get at least all t...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-25, 11:20
|
|
|
[HBASE-8191] Documentation is not giving the right class name for offline merges. - HBase - [issue]
|
|
...Existing:$ bin/hbase org.apache.hbase.util.Merge <tablename> <region1> <region2>Should be:$ bin/hbase org.apache.hadoop.hbase.util.Merge <tablename> <region1> &...
|
|
|
http://issues.apache.org/jira/browse/HBASE-8191
Author: Jean-Marc Spaggiari,
2013-03-23, 20:23
|
|
|
Re: HRegion for HRegionInfo? - HBase - [mail # dev]
|
|
...Hi Ted, There is no JIRA opened for that since I was not sure if it was something required/useful/missing/etc. But maybe I'm going the wrong way. The idea is, for a given table, ...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-23, 17:24
|
|
|
Re: HRegion for HRegionInfo? - HBase - [mail # dev]
|
|
...Hi Ted, Yes, it's for 0.94 and newer. For a given table, and a given region, I want to get the storeFileSize. I want to be able to track the storeFileSize per region per ta...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-23, 16:01
|
|
|
HRegion for HRegionInfo? - HBase - [mail # dev]
|
|
...Hi, What's the best and cleanest way to get the HRegion object from the HRegionInfo one? Is there any utility class doing that? Thanks, JM...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-23, 15:37
|
|
|
[HBASE-7953] Some HFilePerformanceEvaluation tests might fail because of scanner.getValue when there is no more row - HBase - [issue]
|
|
...There is 2 places in the code (Both trunk and 0.94) where we are trying to get the row value even when scanner.next() returned null. Need to fix that....
|
|
|
http://issues.apache.org/jira/browse/HBASE-7953
Author: Jean-Marc Spaggiari,
2013-03-23, 12:47
|
|
|
Any chance for HBASE-7908? - HBase - [mail # dev]
|
|
...HBASE-7908 allows to keep a jstack trace when a RS is killed because it's not stopping. It'S a very simple patch. Any chance to get it in? JMS...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-23, 12:41
|
|
|
Re: How to replace MetaUtils.ScannerListener? - HBase - [mail # dev]
|
|
...My initial question was about MetaUtils.ScannerListener but I can see that it went over that ;) Since no-one is against keeping off line merges for now, I will apply my modifications i...
|
|
|
Author: Jean-Marc Spaggiari,
2013-03-23, 12:26
|
|
|
|