mvbaffa
mvbaffa

Reputation: 1031

Gremlin-Server Cassandra

I am starting to work with Titan and I am using cassandra as backend store.

When I start titan.sh cassandra and elasticsearch were started but the gremlin server did not.

I was looking at titan.sh and I have seen that it start gremlin server with conf/gremlin-server/gremlin-server.yaml. The problem is that the gremlin-server.yaml is configured as this: graphs: { graph: conf/gremlin-server/titan-berkeleyje-server.properties}

Using BerkeleyDb. I have not seen the cassandra.yaml for Gremlin Server.

How can I configure the it for Cassandra ?

Thanks

Upvotes: 3

Views: 456

Answers (1)

Jason Plurad
Jason Plurad

Reputation: 6792

A fix from Stephen has been checked in to address this https://github.com/thinkaurelius/titan/commit/89c0a2b30e798a13e098949c219730b228bcc82a

Upvotes: 1

Related Questions