Skip to content

Commit

Permalink
fix test README
Browse files Browse the repository at this point in the history
Tests fail when using OrderPreservingPartitioner as it requires UTF-8
keys, and it's deprecated. Change to ByteOrderedPartitioner.
All tests pass.
  • Loading branch information
amorton committed Sep 22, 2011
1 parent 75b9c5c commit f38a1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README
@@ -1,6 +1,6 @@
To run the tests:
1. Install python-nose (easy_install nose)
2. Change Cassandra's cassandra.yaml to use OrderPreservingPartitioner
2. Change Cassandra's cassandra.yaml to use ByteOrderedPartitioner
3. If you want to test authN/authZ, use SimpleAuthenticator and SimpleAuthority
in cassandra.yaml and start Cassandra with:
bin/cassandra -f -Dpasswd.properties=conf/passwd.properties -Daccess.properties=conf/access.properties
Expand Down

0 comments on commit f38a1fd

Please sign in to comment.