This section describes how to run YCSB on a MapR Cluster against MapR-DB (Binary).
Clone the YCSB git repository and compile:
git clone https://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn clean package
maprcli volume create -name tables -path /tables
maprcli table create -path /tables/myTable
maprcli table cf create -path /tables/myTable -cfname cf0
./bin/ycsb load maprdb -P workloads/workloada -cp $(mapr classpath) -p table=/tables/myTable -p columnfamily=cf0
./bin/ycsb run maprdb -P workloads/workloadb -cp $(mapr classpath) -p table=/tables/myTable -p columnfamily=cf0