Re: YCSB Benchmarking for HBase

2011-08-04 Thread M. C. Srivas
Lohit did some work on making YCSB run on a bunch of machines in a coordinated manner. Plus fixed some limits in how many zk connections/threads can run inside one process. See http://github.com/lohitvijayarenu/YCSB I believe that code also has a data-verification option to ensure that a * get*

YCSB Benchmarking for HBase

2011-08-03 Thread praveenesh kumar
Hi, Anyone working on YCSB (Yahoo Cloud Service Benchmarking) for HBase ?? I am trying to run it, its giving me error: $ java -cp build/ycsb.jar com.yahoo.ycsb.CommandLine -db com.yahoo.ycsb.db.HBaseClient YCSB Command Line client Type help for command line help Start with -help for usage info

Re: YCSB Benchmarking for HBase

2011-08-03 Thread Edward Capriolo
On Wed, Aug 3, 2011 at 6:10 AM, praveenesh kumar praveen...@gmail.comwrote: Hi, Anyone working on YCSB (Yahoo Cloud Service Benchmarking) for HBase ?? I am trying to run it, its giving me error: $ java -cp build/ycsb.jar com.yahoo.ycsb.CommandLine -db com.yahoo.ycsb.db.HBaseClient YCSB