我正在使用cassandra-cli -h localhost
來創建密鑰空間。創建密鑰空間時出現TTransportException
我試過這個命令:create keyspace reddit with strategy_options = [{replication_factor:1}];
和這一個:create keyspace reddit with strategy_options = {replication_factor:1};
,但我得到的是這樣的:
org.apache.thrift.transport.TTransportException
我對Cassandra的1.1.6和1.2.2試穿的ArchLinux(AUR從建)。 (我正在用systemctl start cassandra
運行Cassandra)。
而且,當我嘗試use reddit;
前後創建密鑰空間返回Keyspace 'reddit' not found.
,但試圖創建密鑰空間返回Login failure. Did you specify 'keyspace', 'username' and 'password'?
。
編輯:忘了提及,但create keyspace test;
工程很好,但是當我用replication_factor創建keyspace時,它會拋出異常。