Cassandra クラスター (2.1.0) が正常に動作しています。
titan 5.1 をインストールし、titan-cassandra.properties を編集して、localhost ではなくクラスターのホスト名リストを指すようにした後、次のよう
titan.sh -c conf/titan-cassandra.properties start
に実行します - 実行中の cassandra インスタンスを認識でき、エラスティック検索を開始しますが、rexster への接続中にタイムアウトします。
ローカルのcassandraで実行すると、次を使用してすべてが正常に実行されます-> br>
titan.sh start
実行中の cassandra クラスターを指すように rexster のプロパティを変更する必要がありますか..
よろしくお願いします