1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1. Cassandra 0.7.3 http://grepcode.com/snapshot/repo1.maven.org/maven2/org.apache.cassandra/cassandra-all/0.7.3 2. YCSB 0.1.3 Clone from git hub, use: git clone git://github.com/brianfrankcooper/YCSB.git 3. Apache Ant and Java JDK (we tested with 1.6.0.23) http://ant.apache.org/bindownload.cgi 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] The pre-requisites could not be successfully installed. Failed with the following message while following the installation steps to install YCSB: Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk-amd64/lib/tools.jar Buildfile: build.xml does not exist! Build failed 1:END_NOTES 2:BUILD_BY[name] student1 2:BUILD_ENVIRONMENT[operating system 32 vs 64] #uname -a Linux ubuntu 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux #lscpu cpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 58 Stepping: 9 CPU MHz: 1696.148 BogoMIPS: 3392.29 Hypervisor vendor: VMware Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 3072K NUMA node0 CPU(s): 0 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] Build failed during 'make'. Failed to downnload repository 'downloads/xetorthio/jedis/jedis-2.0.0.jar'. No repository exist as such! make error: wget https://github.com/downloads/xetorthio/jedis/jedis-2.0.0.jar\ -O db/redis/lib/jedis-2.0.0.jar --2014-03-31 13:29:13-- https://github.com/downloads/xetorthio/jedis/jedis-2.0.0.jar Resolving github.com (github.com)... 192.30.252.129 Connecting to github.com (github.com)|192.30.252.129|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-03-31 13:29:14 ERROR 404: Not Found. https://github.com/xetorthio/jedis/releases/tag/jedis-2.0.0 2:END_NOTES 3:BUILD_BY[name] student3 3:BUILD_ENVIRONMENT[operating system 32 vs 64] Ubuntu 13.10 64x 3:END_BUILD_ENVIRONMENT 3:DEPENDENCIES[list of dependencies with where to get them] ant java 3:END_DEPENDENCIES 3:NOTES[notes on attempted build] ~Note: Going through the instructions given I'm able to build a ycsb.jar file using ant. student@student:~/temp/dataserving/YCSB$ ant dbcompile-cassandra-0.7 Buildfile: /home/student/temp/dataserving/YCSB/build.xml compile: makejar: dbcompile-cassandra-0.7: dbcompile: [javac] Compiling 1 source file to /home/student/temp/dataserving/YCSB/build/classes makejar: [jar] Building jar: /home/student/temp/dataserving/YCSB/build/ycsb.jar BUILD SUCCESSFUL ~Note: When trying to run it I get the error: student@student:~/temp/dataserving/YCSB/build$ ./ycsb.jar no main manifest attribute, in /home/student/temp/dataserving/YCSB/build/ycsb.jar Looking on their website I see this: "YCSB is a framework for benchmarking systems. By itself, it is not particularly useful; only when you add code to interface with a data serving system is it useful." https://github.com/brianfrankcooper/YCSB/wiki/getting-started 3:END_NOTES