clojurewerkz / titanium.docs

Documentation site for Titanium, see http://titanium.clojurewerkz.org
4 stars 4 forks source link

Had to use "cassandrathrift" as storage.backend for cassandra 1.2 #3

Open hugoduncan opened 11 years ago

hugoduncan commented 11 years ago

The storage.backend string required for cassandra 1.2 seems to be "cassandrathrift".

Not 100% sure this is an issue related to 1.2, but seems to be.

Using "Cassandra" seems wrong in any case - the titan docs use "cassandra".

https://groups.google.com/forum/#!topic/gremlin-users/B1w2NLXjeac

michaelklishin commented 11 years ago

Cassandra 1.2 uses a different partitioner by default. Titan had to work around this and probably introduced a "new" client along the way. We should clarify this in the docs and specify "cassandrathrift" since new users will likely run Cassandra 1.2+.