Titan Graph Database with Cassandra -
is possible install titan graph database uses cassandra backend in windows 7? tried installing titan-server-0.4.4 had cassandra in it. downloaded zip had titan.sh, i'm using windows require titan.bat file. command run "titan.sh -c cassandra-es start"
if want run on windows, can try installing cassandra , elasticsearch separately because titan 1.0 distribution not include titan.bat
. in addition, there fixes have been put titan post-1.0 release running on windows.
first, can use datastax cassandra distribution windows planet cassandra. based on titan's version compatibility matrix, should go msi installer cassandra 2.1.x. elasticsearch, should go version 1.5.2 (installation reference).
next, should unzip titan-1.0.0-hadoop1.zip
. need copy gremlin.bat
, gremlin-server.bat
%titan_home%\bin
directory. need copy gremlin-server.yaml
, titan-cassandra-es-server.properties
%titan_home%\conf\gremlin-server
directory.
now, should ready test out. start cassandra , elasticsearch first. start titan server %titan_home%\bin\gremlin-server.bat
.
Comments
Post a Comment