Re: need feedback on PerformanceEvaluation with presplit option test code

2011-11-30 Thread Sujee Maniyam
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 th

Re: need feedback on PerformanceEvaluation with presplit option test code

2011-11-28 Thread Stack
On Mon, Nov 28, 2011 at 12:35 PM, Sujee Maniyam wrote: > I see the TestTable is created with splits.  But when I run 'randomWrite' > test (in MR mode)  majority of the 'requests' are going to only one region > server. One regionserver or one region only? Is your PE2 running as a mapreduce job?

need feedback on PerformanceEvaluation with presplit option test code

2011-11-28 Thread Sujee Maniyam
Hi All I have added a presplit option to PerformanceEvaluation class. I see the TestTable is created with splits. But when I run 'randomWrite' test (in MR mode) majority of the 'requests' are going to only one region server. Other region servers are busy as well, but catering to small number o