Re: LoadTestTool and PerformanceEvaluation not working from Hbase installation

2013-10-08 Thread ramkrishna vasudevan
I think what you say is right. Once we build the tar ball and run these tools it is running fine. Regards Ram On Wed, Oct 9, 2013 at 12:00 AM, Ted Yu wrote: > This is due to PerformanceEvaluation being in > hbase-server-0.96.0-hadoop2-tests.jar, e.g. > > Checking the output from 'bin/hbase cl

Re: LoadTestTool and PerformanceEvaluation not working from Hbase installation

2013-10-08 Thread Ted Yu
This is due to PerformanceEvaluation being in hbase-server-0.96.0-hadoop2-tests.jar, e.g. Checking the output from 'bin/hbase classpath', the tests jar is not in the classpath. FYI On Tue, Oct 8, 2013 at 10:19 AM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > ./hbase org.ap

Re: LoadTestTool and PerformanceEvaluation not working from Hbase installation

2013-10-08 Thread ramkrishna vasudevan
./hbase org.apache.hadoop.hbase.PerformanceEvaluation sequentialWrite 1 Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/PerformanceEvaluation Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.PerformanceEvaluation at java.net.URLClassLoa

Re: LoadTestTool and PerformanceEvaluation not working from Hbase installation

2013-10-08 Thread Ted Yu
Can you give us the whole stack trace ? What command did you use ? Thanks On Tue, Oct 8, 2013 at 10:10 AM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Hi > I downloaded the trunk code.. Compiled the code.. > Trying to run LoadTestTool and PerfEvlautionTool. I get > Class

LoadTestTool and PerformanceEvaluation not working from Hbase installation

2013-10-08 Thread ramkrishna vasudevan
Hi I downloaded the trunk code.. Compiled the code.. Trying to run LoadTestTool and PerfEvlautionTool. I get ClassNotFoundException. Has anything changed in the class path settings? Regards Ram