You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Sujee Maniyam <su...@sujee.net> on 2011/12/01 00:12:59 UTC

Re: need feedback on PerformanceEvaluation with presplit option test code

this is fixed!
There was a bug on my split calculation.

To try out:
1) download the jar from : http://sujee.net/tech/sujee.jar

2) run :
HBASE_CLASSPATH=$HADOOP_HOME/conf:sujee.jar      hbase
org.apache.hadoop.hbase.PerformanceEvaluaion2  --presplit=10  randomWrite 10


I will move forward with the JIRA here :
https://issues.apache.org/jira/browse/HBASE-4440
and submit a patch.

thanks very much
Sujee
http://sujee.net


On Mon, Nov 28, 2011 at 12:35 PM, Sujee Maniyam <su...@sujee.net> wrote:

> Hi All
>
> I have added a presplit option to PerformanceEvaluation class.
>
>