titan rexster with external cassandra instance

£可爱£侵袭症+ 提交于 2019-12-13 21:32:51

问题


I have a cassandra cluster (2.1.0) running fine.
After installing titan 5.1, and editing the titan-cassandra.properties to point to cluster hostname list rather than localhost, i run following -
titan.sh -c conf/titan-cassandra.properties start
It is able to recognize running cassandra instance, starts elastic search, but times out while connecting to rexster.
If i run it with local cassandra, everything runs fine using following ->br>

titan.sh start

do i need to make any change in rexster properties to point to running cassandra cluster..
Thanks in advance


回答1:


Titan Server started by titan.sh represents a quick way to get started with Titan/Rexster/ES. It is designed to simplify running all those things with one startup script. Once you start breaking things apart (e.g. a separate cassandra cluster), you might not want to use titan.sh anymore because, it still forks a cassandra process when it starts up. Presumably, you don't need that anymore, given that you have a separate cassandra cluster.

Given the more advanced nature of your environment, I would simply download Rexster and configure it to connect to your cluster.



来源:https://stackoverflow.com/questions/26707000/titan-rexster-with-external-cassandra-instance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!