为什么Rexster会显示" titangraph [cassandra:null]"即使它连接?

时间:2014-09-01 17:40:57

标签: gremlin titan tinkerpop rexster

当我通过Gremlin控制台连接到Titan时,它说...... titangraph[cassandra:127.0.0.1]

然而,即使我可以浏览同一组顶点,雷克斯特也说...... titangraph[cassandra:null]

这是为什么? Rexster看起来好像没有设法连接。

1 个答案:

答案 0 :(得分:1)

此消息表明Cassandra无法正常启动。

尝试使用以下内容启动Titan:

titan.sh -c cassandra-es start

请查看/conf以获取其他配置文件。

除非你真的必须这样做,否则我强烈建议安装Titan 0.5.0,它带有许多有用的功能。

如果您从图形数据库和Titan开始,我建议尝试使用单个计算机集群或Berkeley DB作为存储后端。你可能还不需要Cassandra。

您还可以查看Titan / Aurelius官方邮件列表,我知道您之前已经讨论过的问题:https://groups.google.com/forum/#!forum/aureliusgraphs。您可以在那里搜索资源(例如,参见https://groups.google.com/d/msg/aureliusgraphs/bviB6E5TZ-A/TJxQv0U7WQEJ)。

同时,您可以通过HTTP与https://github.com/gulthor/grex(HTTP客户端)连接,在Node.js中尝试Titan v0.5.0。推荐的连接Rexster的方法是通过HTTP(TinkerPop 2.x)或WebSocket(即将推出的TinkerPop 3,Titan将在未来版本中支持)。