This section describes how to run YCSB on a MapR Cluster against MapR-DB (JSON).
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/docTable -tabletype json
./bin/ycsb load maprjsondb -P workloads/workloada -cp $(mapr clientclasspath) -p table=/tables/docTable
./bin/ycsb run maprjsondb -P workloads/workloadb -cp $(mapr clientclasspath) -p table=/tables/docTable