For some reason when I try to start Cassandra with this command:
bin/cassandra -f
The terminal gets stuck on:
Listening for thrift clients...
Is it normal? Does that mean that Thrift can talk too Thrift?
I am using Ubuntu Server.
For some reason when I try to start Cassandra with this command:
bin/cassandra -f
The terminal gets stuck on:
Listening for thrift clients...
Is it normal? Does that mean that Thrift can talk too Thrift?
I am using Ubuntu Server.
それは正常に聞こえます。Cassandra -f はインタラクティブなセッションを作成しません。Cassandra をフォアグラウンドで実行するだけですが、サーバー プロセスとして実行します。
Cassandra と対話するために、別のターミナル ウィンドウで CLI セッションを開始できます。これを行う方法と実行できるコマンドの詳細については、http://wiki.apache.org/cassandra/CassandraCliを参照してください。
さまざまなプログラミング言語用のクライアントもあります。http://wiki.apache.org/cassandra/ClientOptionsを参照してください。
「./bin/cassandra -f」で cassandra を起動する方法も参照してください。ターミナル ウィンドウを元に戻す方法は?