416DAT

Check-in Differences
Login

Check-in Differences

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Difference From db53730a21d374ad To 99253c06bdb6e847

2013-04-09
05:14
Add YCSB workload results for OrientDB. check-in: c6fcb80b8e user: rchow tags: trunk
05:06
Add keyspace partitioner for distributing workload. check-in: db53730a21 user: rchow tags: trunk
05:03
Add modified YCSB OrientDB client. check-in: 2839a411f2 user: rchow tags: trunk
2013-03-21
06:40
Added Cassandra configuration files (.yaml files), cluster startup outputs, and token generation tool (token used to decide how data will be distributed). check-in: 0af3a97b5f user: jfang tags: trunk
2013-03-19
17:48
Add license to configuration file. check-in: 99253c06bd user: rchow tags: trunk
08:57
Add OrientDB distributed configuration files. check-in: c4e1f1c621 user: rchow tags: trunk

Deleted Edward/RedisClient2.java.

Deleted Edward/documentation.txt.

Deleted Edward/redis.conf.

Deleted Jenny/cassandra(non-seed).yaml.

Deleted Jenny/cassandra.yaml.

Deleted Jenny/init(non-seed).txt.

Deleted Jenny/init(seed).txt.

Deleted Jenny/testCommit.txt.

Deleted Jenny/tokengentool.

Added JennyFirstFile.txt.

Deleted Jesse/.zshrc.

Deleted Jesse/CouchClient.java.

Deleted Jesse/Readme.txt.

Deleted Jesse/couchProperties.

Deleted Raymond/Host.java.

Deleted Raymond/OrientDBClient.java.

Deleted Wilson/Instance1/mongoa.conf.

Deleted Wilson/Instance1/mongoc.conf.

Deleted Wilson/Instance1/mongom.conf.

Deleted Wilson/Instance1/mongos.conf.

Deleted Wilson/Instance1/mongosh.conf.

Added WilsonPlusOne.txt.

Deleted YCSB/BUILD.

Deleted YCSB/CHANGELOG.

Deleted YCSB/LICENSE.txt.

Deleted YCSB/NOTICE.txt.

Deleted YCSB/README.

Deleted YCSB/bin/ycsb.

Deleted YCSB/bin/ycsb.sh.

Deleted YCSB/cassandra.properties.

Deleted YCSB/cassandra/pom.xml.

Deleted YCSB/cassandra/src/main/java/com/yahoo/ycsb/db/CassandraClient10.java.

Deleted YCSB/cassandra/src/main/java/com/yahoo/ycsb/db/CassandraClient7.java.

Deleted YCSB/cassandra/src/main/java/com/yahoo/ycsb/db/CassandraClient8.java.

Deleted YCSB/cassandra/target/archive-tmp/cassandra-binding-0.1.4.jar.

Deleted YCSB/cassandra/target/cassandra-binding-0.1.4.jar.

Deleted YCSB/cassandra/target/checkstyle-cachefile.

Deleted YCSB/cassandra/target/checkstyle-checker.xml.

Deleted YCSB/cassandra/target/checkstyle-header.txt.

Deleted YCSB/cassandra/target/checkstyle-result.xml.

Deleted YCSB/cassandra/target/classes/com/yahoo/ycsb/db/CassandraClient10.class.

Deleted YCSB/cassandra/target/classes/com/yahoo/ycsb/db/CassandraClient7.class.

Deleted YCSB/cassandra/target/classes/com/yahoo/ycsb/db/CassandraClient8.class.

Deleted YCSB/cassandra/target/maven-archiver/pom.properties.

Deleted YCSB/cassandra/target/site/checkstyle.html.

Deleted YCSB/cassandra/target/site/checkstyle.rss.

Deleted YCSB/cassandra/target/site/images/rss.png.

Deleted YCSB/cassandra/target/slf4j-simple-1.7.2.jar.

Deleted YCSB/checkstyle.xml.

Deleted YCSB/core/pom.xml.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/BasicDB.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/ByteArrayByteIterator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/ByteIterator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/Client.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/CommandLine.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/DB.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/DBException.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/DBFactory.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/DBWrapper.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/InputStreamByteIterator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/RandomByteIterator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/StringByteIterator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/TerminatorThread.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/UnknownDBException.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/Utils.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/Workload.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/WorkloadException.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/ConstantIntegerGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/CounterGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/DiscreteGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/ExponentialGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/FileGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/Generator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/HistogramGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/HotspotIntegerGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/IntegerGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/ScrambledZipfianGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/SkewedLatestGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/UniformGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/UniformIntegerGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/generator/ZipfianGenerator.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/measurements/Measurements.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurement.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementHistogram.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/measurements/exporter/JSONMeasurementsExporter.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/measurements/exporter/MeasurementsExporter.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/measurements/exporter/TextMeasurementsExporter.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/workloads/ConstantOccupancyWorkload.java.

Deleted YCSB/core/src/main/java/com/yahoo/ycsb/workloads/CoreWorkload.java.

Deleted YCSB/core/src/test/java/com/yahoo/ycsb/TestByteIterator.java.

Deleted YCSB/core/target/checkstyle-cachefile.

Deleted YCSB/core/target/checkstyle-checker.xml.

Deleted YCSB/core/target/checkstyle-header.txt.

Deleted YCSB/core/target/checkstyle-result.xml.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/BasicDB.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/ByteArrayByteIterator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/ByteIterator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/Client$1.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/Client.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/ClientThread.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/CommandLine.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/DB.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/DBException.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/DBFactory.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/DBWrapper.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/InputStreamByteIterator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/RandomByteIterator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/StatusThread.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/StringByteIterator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/TerminatorThread.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/UnknownDBException.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/Utils.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/Workload.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/WorkloadException.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/ConstantIntegerGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/CounterGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/DiscreteGenerator$Pair.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/DiscreteGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/ExponentialGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/FileGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/Generator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/HistogramGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/HotspotIntegerGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/IntegerGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/ScrambledZipfianGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/SkewedLatestGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/UniformGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/UniformIntegerGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/generator/ZipfianGenerator.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/Measurements.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/OneMeasurement.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/OneMeasurementHistogram.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/SeriesUnit.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/exporter/JSONMeasurementsExporter.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/exporter/MeasurementsExporter.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/measurements/exporter/TextMeasurementsExporter.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/workloads/ConstantOccupancyWorkload.class.

Deleted YCSB/core/target/classes/com/yahoo/ycsb/workloads/CoreWorkload.class.

Deleted YCSB/core/target/core-0.1.4.jar.

Deleted YCSB/core/target/maven-archiver/pom.properties.

Deleted YCSB/core/target/site/checkstyle.html.

Deleted YCSB/core/target/site/checkstyle.rss.

Deleted YCSB/core/target/site/images/rss.png.

Deleted YCSB/core/target/surefire-reports/TEST-com.yahoo.ycsb.TestByteIterator.xml.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator.txt.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/Command line test.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/Command line test.properties.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/Command line test.xml.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/classes.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/groups.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/index.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/main.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/methods-alphabetical.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/methods-not-run.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/methods.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/reporter-output.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/testng.xml.html.

Deleted YCSB/core/target/surefire-reports/com.yahoo.ycsb.TestByteIterator/toc.html.

Deleted YCSB/core/target/surefire-reports/emailable-report.html.

Deleted YCSB/core/target/surefire-reports/index.html.

Deleted YCSB/core/target/surefire-reports/junitreports/TEST-com.yahoo.ycsb.TestByteIterator.xml.

Deleted YCSB/core/target/surefire-reports/testng-results.xml.

Deleted YCSB/core/target/surefire-reports/testng.css.

Deleted YCSB/core/target/test-classes/com/yahoo/ycsb/TestByteIterator.class.

Deleted YCSB/distribution/pom.xml.

Deleted YCSB/distribution/src/main/assembly/distribution.xml.

Deleted YCSB/distribution/target/ycsb-0.1.4.tar.gz.

Deleted YCSB/doc/coreproperties.html.

Deleted YCSB/doc/coreworkloads.html.

Deleted YCSB/doc/dblayer.html.

Deleted YCSB/doc/images/ycsb.jpg.

Deleted YCSB/doc/images/ycsblogo-small.png.

Deleted YCSB/doc/index.html.

Deleted YCSB/doc/javadoc/allclasses-frame.html.

Deleted YCSB/doc/javadoc/allclasses-noframe.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/BasicDB.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/Client.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/CounterGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/DB.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/DBException.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/DBFactory.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/DBWrapper.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/DiscreteGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/FindGoodAB.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/FindGoodScrambleVector.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/Generator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/IntegerGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/Measurements.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/OneMeasurement.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/OneMeasurementHistogram.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/OneMeasurementTimeSeries.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/ScrambledZipfianGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/SkewedLatestGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/TestCollisions.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/TestExpandedZipfian.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/TestZipfian.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/UniformGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/UniformIntegerGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/UnknownDBException.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/Utils.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/Workload.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/WorkloadException.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/ZipfianGenerator.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/db/CassandraClient.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/db/HBaseClient.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/db/ShardClient.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/db/SherpaClient.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/db/package-frame.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/db/package-summary.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/db/package-tree.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/package-frame.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/package-summary.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/package-tree.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/workloads/CoreWorkload.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/workloads/package-frame.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/workloads/package-summary.html.

Deleted YCSB/doc/javadoc/com/yahoo/ycsb/workloads/package-tree.html.

Deleted YCSB/doc/javadoc/constant-values.html.

Deleted YCSB/doc/javadoc/deprecated-list.html.

Deleted YCSB/doc/javadoc/help-doc.html.

Deleted YCSB/doc/javadoc/index-all.html.

Deleted YCSB/doc/javadoc/index.html.

Deleted YCSB/doc/javadoc/overview-frame.html.

Deleted YCSB/doc/javadoc/overview-summary.html.

Deleted YCSB/doc/javadoc/overview-tree.html.

Deleted YCSB/doc/javadoc/package-list.

Deleted YCSB/doc/javadoc/resources/inherit.gif.

Deleted YCSB/doc/javadoc/serialized-form.html.

Deleted YCSB/doc/javadoc/stylesheet.css.

Deleted YCSB/doc/parallelclients.html.

Deleted YCSB/doc/tipsfaq.html.

Deleted YCSB/doc/workload.html.

Deleted YCSB/dynamodb/README.

Deleted YCSB/dynamodb/conf/AWSCredentials.properties.

Deleted YCSB/dynamodb/conf/dynamodb.properties.

Deleted YCSB/dynamodb/pom.xml.

Deleted YCSB/dynamodb/src/main/java/com/yahoo/ycsb/db/DynamoDBClient.java.

Deleted YCSB/dynamodb/src/main/resources/log4j.properties.

Deleted YCSB/dynamodb/target/archive-tmp/dynamodb-binding-0.1.4.jar.

Deleted YCSB/dynamodb/target/checkstyle-cachefile.

Deleted YCSB/dynamodb/target/checkstyle-checker.xml.

Deleted YCSB/dynamodb/target/checkstyle-header.txt.

Deleted YCSB/dynamodb/target/checkstyle-result.xml.

Deleted YCSB/dynamodb/target/classes/com/yahoo/ycsb/db/DynamoDBClient.class.

Deleted YCSB/dynamodb/target/classes/log4j.properties.

Deleted YCSB/dynamodb/target/dynamodb-binding-0.1.4.jar.

Deleted YCSB/dynamodb/target/maven-archiver/pom.properties.

Deleted YCSB/dynamodb/target/site/checkstyle.html.

Deleted YCSB/dynamodb/target/site/checkstyle.rss.

Deleted YCSB/dynamodb/target/site/images/rss.png.

Deleted YCSB/elasticsearch/README.md.

Deleted YCSB/elasticsearch/pom.xml.

Deleted YCSB/elasticsearch/src/main/java/com/yahoo/ycsb/db/ElasticSearchClient.java.

Deleted YCSB/elasticsearch/src/test/java/com/yahoo/ycsb/db/ElasticSearchClientTest.java.

Deleted YCSB/elasticsearch/target/archive-tmp/elasticsearch-binding-0.1.4.jar.

Deleted YCSB/elasticsearch/target/checkstyle-cachefile.

Deleted YCSB/elasticsearch/target/checkstyle-checker.xml.

Deleted YCSB/elasticsearch/target/checkstyle-header.txt.

Deleted YCSB/elasticsearch/target/checkstyle-result.xml.

Deleted YCSB/elasticsearch/target/classes/com/yahoo/ycsb/db/ElasticSearchClient.class.

Deleted YCSB/elasticsearch/target/elasticsearch-binding-0.1.4.jar.

Deleted YCSB/elasticsearch/target/maven-archiver/pom.properties.

Deleted YCSB/elasticsearch/target/site/checkstyle.html.

Deleted YCSB/elasticsearch/target/site/checkstyle.rss.

Deleted YCSB/elasticsearch/target/site/images/rss.png.

Deleted YCSB/elasticsearch/target/surefire-reports/TEST-com.yahoo.ycsb.db.ElasticSearchClientTest.xml.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest.txt.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/Command line test.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/Command line test.properties.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/Command line test.xml.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/classes.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/groups.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/index.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/main.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/methods-alphabetical.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/methods-not-run.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/methods.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/reporter-output.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/testng.xml.html.

Deleted YCSB/elasticsearch/target/surefire-reports/com.yahoo.ycsb.db.ElasticSearchClientTest/toc.html.

Deleted YCSB/elasticsearch/target/surefire-reports/emailable-report.html.

Deleted YCSB/elasticsearch/target/surefire-reports/index.html.

Deleted YCSB/elasticsearch/target/surefire-reports/junitreports/TEST-com.yahoo.ycsb.db.ElasticSearchClientTest.xml.

Deleted YCSB/elasticsearch/target/surefire-reports/testng-results.xml.

Deleted YCSB/elasticsearch/target/surefire-reports/testng.css.

Deleted YCSB/elasticsearch/target/test-classes/com/yahoo/ycsb/db/ElasticSearchClientTest.class.

Deleted YCSB/gemfire/pom.xml.

Deleted YCSB/gemfire/src/main/conf/cache.xml.

Deleted YCSB/gemfire/src/main/java/com/yahoo/ycsb/db/GemFireClient.java.

Deleted YCSB/hbase/pom.xml.

Deleted YCSB/hbase/src/main/conf/hbase-site.xml.

Deleted YCSB/hbase/src/main/java/com/yahoo/ycsb/db/HBaseClient.java.

Deleted YCSB/hbase/target/archive-tmp/hbase-binding-0.1.4.jar.

Deleted YCSB/hbase/target/checkstyle-cachefile.

Deleted YCSB/hbase/target/checkstyle-checker.xml.

Deleted YCSB/hbase/target/checkstyle-header.txt.

Deleted YCSB/hbase/target/checkstyle-result.xml.

Deleted YCSB/hbase/target/classes/com/yahoo/ycsb/db/HBaseClient$1.class.

Deleted YCSB/hbase/target/classes/com/yahoo/ycsb/db/HBaseClient.class.

Deleted YCSB/hbase/target/hbase-binding-0.1.4.jar.

Deleted YCSB/hbase/target/maven-archiver/pom.properties.

Deleted YCSB/hbase/target/site/checkstyle.html.

Deleted YCSB/hbase/target/site/checkstyle.rss.

Deleted YCSB/hbase/target/site/images/rss.png.

Deleted YCSB/hypertable/README.

Deleted YCSB/hypertable/pom.xml.

Deleted YCSB/hypertable/src/main/java/com/yahoo/ycsb/db/HypertableClient.java.

Deleted YCSB/hypertable/target/archive-tmp/hypertable-binding-0.1.4.jar.

Deleted YCSB/hypertable/target/checkstyle-cachefile.

Deleted YCSB/hypertable/target/checkstyle-checker.xml.

Deleted YCSB/hypertable/target/checkstyle-header.txt.

Deleted YCSB/hypertable/target/checkstyle-result.xml.

Deleted YCSB/hypertable/target/classes/com/yahoo/ycsb/db/HypertableClient.class.

Deleted YCSB/hypertable/target/hypertable-binding-0.1.4.jar.

Deleted YCSB/hypertable/target/maven-archiver/pom.properties.

Deleted YCSB/hypertable/target/site/checkstyle.html.

Deleted YCSB/hypertable/target/site/checkstyle.rss.

Deleted YCSB/hypertable/target/site/images/rss.png.

Deleted YCSB/infinispan/pom.xml.

Deleted YCSB/infinispan/src/main/conf/infinispan-config.xml.

Deleted YCSB/infinispan/src/main/java/com/yahoo/ycsb/db/InfinispanClient.java.

Deleted YCSB/infinispan/target/archive-tmp/infinispan-binding-0.1.4.jar.

Deleted YCSB/infinispan/target/checkstyle-cachefile.

Deleted YCSB/infinispan/target/checkstyle-checker.xml.

Deleted YCSB/infinispan/target/checkstyle-header.txt.

Deleted YCSB/infinispan/target/checkstyle-result.xml.

Deleted YCSB/infinispan/target/classes/com/yahoo/ycsb/db/InfinispanClient.class.

Deleted YCSB/infinispan/target/infinispan-binding-0.1.4.jar.

Deleted YCSB/infinispan/target/maven-archiver/pom.properties.

Deleted YCSB/infinispan/target/site/checkstyle.html.

Deleted YCSB/infinispan/target/site/checkstyle.rss.

Deleted YCSB/infinispan/target/site/images/rss.png.

Deleted YCSB/jdbc/pom.xml.

Deleted YCSB/jdbc/src/main/conf/db.properties.

Deleted YCSB/jdbc/src/main/conf/h2.properties.

Deleted YCSB/jdbc/src/main/java/com/yahoo/ycsb/db/JdbcDBCli.java.

Deleted YCSB/jdbc/src/main/java/com/yahoo/ycsb/db/JdbcDBClient.java.

Deleted YCSB/jdbc/src/main/java/com/yahoo/ycsb/db/JdbcDBClientConstants.java.

Deleted YCSB/jdbc/src/main/java/com/yahoo/ycsb/db/JdbcDBCreateTable.java.

Deleted YCSB/jdbc/src/main/resources/sql/README.

Deleted YCSB/jdbc/src/main/resources/sql/create_table.mysql.

Deleted YCSB/jdbc/src/main/resources/sql/create_table.sql.

Deleted YCSB/jdbc/target/archive-tmp/jdbc-binding-0.1.4.jar.

Deleted YCSB/jdbc/target/checkstyle-cachefile.

Deleted YCSB/jdbc/target/checkstyle-checker.xml.

Deleted YCSB/jdbc/target/checkstyle-header.txt.

Deleted YCSB/jdbc/target/checkstyle-result.xml.

Deleted YCSB/jdbc/target/classes/com/yahoo/ycsb/db/JdbcDBCli.class.

Deleted YCSB/jdbc/target/classes/com/yahoo/ycsb/db/JdbcDBClient$StatementType$Type.class.

Deleted YCSB/jdbc/target/classes/com/yahoo/ycsb/db/JdbcDBClient$StatementType.class.

Deleted YCSB/jdbc/target/classes/com/yahoo/ycsb/db/JdbcDBClient.class.

Deleted YCSB/jdbc/target/classes/com/yahoo/ycsb/db/JdbcDBClientConstants.class.

Deleted YCSB/jdbc/target/classes/com/yahoo/ycsb/db/JdbcDBCreateTable.class.

Deleted YCSB/jdbc/target/classes/sql/README.

Deleted YCSB/jdbc/target/classes/sql/create_table.mysql.

Deleted YCSB/jdbc/target/classes/sql/create_table.sql.

Deleted YCSB/jdbc/target/jdbc-binding-0.1.4.jar.

Deleted YCSB/jdbc/target/maven-archiver/pom.properties.

Deleted YCSB/jdbc/target/site/checkstyle.html.

Deleted YCSB/jdbc/target/site/checkstyle.rss.

Deleted YCSB/jdbc/target/site/images/rss.png.

Deleted YCSB/mapkeeper/README.

Deleted YCSB/mapkeeper/pom.xml.

Deleted YCSB/mapkeeper/src/main/java/com/yahoo/ycsb/db/MapKeeperClient.java.

Deleted YCSB/mapkeeper/target/archive-tmp/mapkeeper-binding-0.1.4.jar.

Deleted YCSB/mapkeeper/target/checkstyle-cachefile.

Deleted YCSB/mapkeeper/target/checkstyle-checker.xml.

Deleted YCSB/mapkeeper/target/checkstyle-header.txt.

Deleted YCSB/mapkeeper/target/checkstyle-result.xml.

Deleted YCSB/mapkeeper/target/classes/com/yahoo/ycsb/db/MapKeeperClient.class.

Deleted YCSB/mapkeeper/target/mapkeeper-binding-0.1.4.jar.

Deleted YCSB/mapkeeper/target/maven-archiver/pom.properties.

Deleted YCSB/mapkeeper/target/site/checkstyle.html.

Deleted YCSB/mapkeeper/target/site/checkstyle.rss.

Deleted YCSB/mapkeeper/target/site/images/rss.png.

Deleted YCSB/mongodb/README.md.

Deleted YCSB/mongodb/pom.xml.

Deleted YCSB/mongodb/src/main/java/com/yahoo/ycsb/db/MongoDbClient.java.

Deleted YCSB/mongodb/target/archive-tmp/mongodb-binding-0.1.4.jar.

Deleted YCSB/mongodb/target/checkstyle-cachefile.

Deleted YCSB/mongodb/target/checkstyle-checker.xml.

Deleted YCSB/mongodb/target/checkstyle-header.txt.

Deleted YCSB/mongodb/target/checkstyle-result.xml.

Deleted YCSB/mongodb/target/classes/com/yahoo/ycsb/db/MongoDbClient.class.

Deleted YCSB/mongodb/target/maven-archiver/pom.properties.

Deleted YCSB/mongodb/target/mongodb-binding-0.1.4.jar.

Deleted YCSB/mongodb/target/site/checkstyle.html.

Deleted YCSB/mongodb/target/site/checkstyle.rss.

Deleted YCSB/mongodb/target/site/images/rss.png.

Deleted YCSB/nosqldb/README.

Deleted YCSB/nosqldb/pom.xml.

Deleted YCSB/nosqldb/src/main/conf/nosqldb.properties.

Deleted YCSB/nosqldb/src/main/conf/script.txt.

Deleted YCSB/nosqldb/src/main/java/com/yahoo/ycsb/db/NoSqlDbClient.java.

Deleted YCSB/odb_load.dat.

Deleted YCSB/orientdb/README.md.

Deleted YCSB/orientdb/pom.xml.

Deleted YCSB/orientdb/src/main/java/com/yahoo/ycsb/db/OrientDBClient.java.

Deleted YCSB/orientdb/target/archive-tmp/orientdb-binding-0.1.4.jar.

Deleted YCSB/orientdb/target/checkstyle-cachefile.

Deleted YCSB/orientdb/target/checkstyle-checker.xml.

Deleted YCSB/orientdb/target/checkstyle-header.txt.

Deleted YCSB/orientdb/target/checkstyle-result.xml.

Deleted YCSB/orientdb/target/classes/com/yahoo/ycsb/db/OrientDBClient.class.

Deleted YCSB/orientdb/target/maven-archiver/pom.properties.

Deleted YCSB/orientdb/target/orientdb-binding-0.1.4.jar.

Deleted YCSB/orientdb/target/site/checkstyle.html.

Deleted YCSB/orientdb/target/site/checkstyle.rss.

Deleted YCSB/orientdb/target/site/images/rss.png.

Deleted YCSB/pom.xml.

Deleted YCSB/prop.dat.

Deleted YCSB/redis/pom.xml.

Deleted YCSB/redis/src/main/java/com/yahoo/ycsb/db/RedisClient.java.

Deleted YCSB/redis/target/archive-tmp/redis-binding-0.1.4.jar.

Deleted YCSB/redis/target/checkstyle-cachefile.

Deleted YCSB/redis/target/checkstyle-checker.xml.

Deleted YCSB/redis/target/checkstyle-header.txt.

Deleted YCSB/redis/target/checkstyle-result.xml.

Deleted YCSB/redis/target/classes/com/yahoo/ycsb/db/RedisClient.class.

Deleted YCSB/redis/target/maven-archiver/pom.properties.

Deleted YCSB/redis/target/redis-binding-0.1.4.jar.

Deleted YCSB/redis/target/site/checkstyle.html.

Deleted YCSB/redis/target/site/checkstyle.rss.

Deleted YCSB/redis/target/site/images/rss.png.

Deleted YCSB/redis2load.dat.

Deleted YCSB/redis2transactions.dat.

Deleted YCSB/redisload.dat.

Deleted YCSB/redistransactions.dat.

Deleted YCSB/voldemort/pom.xml.

Deleted YCSB/voldemort/src/main/conf/cluster.xml.

Deleted YCSB/voldemort/src/main/conf/server.properties.

Deleted YCSB/voldemort/src/main/conf/stores.xml.

Deleted YCSB/voldemort/src/main/java/com/yahoo/ycsb/db/VoldemortClient.java.

Deleted YCSB/voldemort/src/main/resources/config/cluster.xml.

Deleted YCSB/voldemort/src/main/resources/config/server.properties.

Deleted YCSB/voldemort/src/main/resources/config/stores.xml.

Deleted YCSB/voldemort/target/archive-tmp/voldemort-binding-0.1.4.jar.

Deleted YCSB/voldemort/target/checkstyle-cachefile.

Deleted YCSB/voldemort/target/checkstyle-checker.xml.

Deleted YCSB/voldemort/target/checkstyle-header.txt.

Deleted YCSB/voldemort/target/checkstyle-result.xml.

Deleted YCSB/voldemort/target/classes/com/yahoo/ycsb/db/VoldemortClient.class.

Deleted YCSB/voldemort/target/classes/config/cluster.xml.

Deleted YCSB/voldemort/target/classes/config/server.properties.

Deleted YCSB/voldemort/target/classes/config/stores.xml.

Deleted YCSB/voldemort/target/maven-archiver/pom.properties.

Deleted YCSB/voldemort/target/site/checkstyle.html.

Deleted YCSB/voldemort/target/site/checkstyle.rss.

Deleted YCSB/voldemort/target/site/images/rss.png.

Deleted YCSB/voldemort/target/voldemort-binding-0.1.4.jar.

Deleted YCSB/workloads/workloada.

Deleted YCSB/workloads/workloada~.

Deleted YCSB/workloads/workloadb.

Deleted YCSB/workloads/workloadc.

Deleted YCSB/workloads/workloadd.

Deleted YCSB/workloads/workloade.

Deleted YCSB/workloads/workloadf.

Deleted test1Results/readme.txt.

Deleted test1Results/readme.txt~.