Download YCSB source code from the URL you have mentioned below. (download the ZIP file and unzip it).
Ensure that your IDH cluster is up and running and if you are able to access hbase.
Untar maven and use the binary " ./bin/mvn "
Change directory to the unzipped YCSB source and run "<path-to-mvn-binary>/mvn compile".
You will find a hbase-site.xml in one of the sub-directories of the compiled YCSB. You need to fill this file with relevent contents. (Compare with /etc/hbase/conf/hbase-site.xml for help).
On the hbase shell: create 'usertable', {
NAME => 'cf' }
This is the table in which the sample workload will generate data
Create the load (You might need to give execute permissions to the ycsb binary file).