Skip to content
Snippets Groups Projects
Commit b91fc2e0 authored by Connor McCoy's avatar Connor McCoy
Browse files

[cassandra] Refer to README in javadoc

parent 83b179b5
No related branches found
No related tags found
No related merge requests found
......@@ -33,22 +33,9 @@ import java.util.concurrent.atomic.AtomicInteger;
/**
* Tested with Cassandra 2.0, CQL client for YCSB framework
*
* In CQLSH, create keyspace and table. Something like:
* cqlsh> create keyspace ycsb
* WITH REPLICATION = {'class' : 'SimpleStrategy', 'replication_factor': 1 };
* cqlsh> create table usertable (
* y_id varchar primary key,
* field0 varchar,
* field1 varchar,
* field2 varchar,
* field3 varchar,
* field4 varchar,
* field5 varchar,
* field6 varchar,
* field7 varchar,
* field8 varchar,
* field9 varchar);
*
* See {@code cassandra2} for a version compatible with Cassandra 2.1+.
* See {@code cassandra2/README.md} for details.
*
* @author cmatser
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment