由于版本不匹配,无法启动gremlin服务器。我该如何解决这个问题?
这是完整的堆栈跟踪
{{1}}
我正在使用从janusgraph网站下载的janusgraph-0.2.0-hadoop2.zip。我不知道为什么错误说它有janusgraph 0.2.1
答案 0 :(得分:0)
下载janusgraph-0.2.1-hadoop2.zip并启动cassandra和gremlin服务器运行
./janusgraph-0.2.1-hadoop2/bin/cassandra
./janusgraph-0.2.1-hadoop2/bin/gremlin-server.sh
解决了问题
注意:我还修改了/janusgraph-0.2.1-hadoop2/conf/gremlin-server/gremlin-server.yaml和gremlin-server-configuration.yaml文件以使用conf / janusgraph -cassandra.properties用于ConfigurationManagementGraph属性。