Closed garrettg123 closed 7 years ago
titan-node works with titan 0.4.1 which requires cassandra 1.2 according to titan docs looks like you installed cassandra 2 (not sure why titan-cassandra 0.4.4 would work)
What happens if you change storage.backend to com.thinkaurelius.titan.diskstorage.cassandra.astyanax.AstyanaxStoreManager (or to com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftStoreManager, effect should be roughly the same)?
Without having run the test yet, I'm having trouble imagining how this would happen unless the static initializer for com.thinkaurelius.titan.diskstorage.Backend.REGISTERED_STORAGE_MANAGERS somehow didn't execute. I could be missing something though.
I installed Cassandra and Titan prior to titan-node. Running
worked in my
gremlin.sh
. Now my config file has the same settings:but it's not recognizing Cassandra when I run:
Here's the error:
Install
Also, this may be very useful for people starting up and I'll gladly help with the documentation of this repo to get people started very quickly, but for debugging purposes here is exactly how I installed everything:
Cassandra
Titan
Test
So how can I get it to recognize Cassandra?