Hi,
I've recently started getting up to speed with Accumulo, I have it setup across
4 EC2 Instances with no issues. I am now trying to use the YCSB++ Client
(https://github.com/MiloPolte/YCSB) to run some benchmarks.
I am able to compile the ycsb.jar just running ANT within the YCSB Directory;
root@xxxxxxxxxxx:/usr/local/YCSB-master# ant
Buildfile: /usr/local/YCSB-master/build.xml
compile:
[mkdir] Created dir: /usr/local/YCSB-master/build/classes
[javac] Compiling 47 source files to /usr/local/YCSB-master/build/classes
makejar:
[jar] Building jar: /usr/local/YCSB-master/build/ycsb.jar
BUILD SUCCESSFUL
Total time: 4 seconds
However I am unable to compile when using ant dbcompile-accumulo, I have copied
all jars from the Accumulo lib to the YCSB/db/accumulo/lib it makes the
ycsb.jar however when it begins dbcompile it begins giving errors;
makejar:
[jar] Building jar: /usr/local/YCSB-master/build/ycsb.jar
Thanks,
Dave