0
我正在使用cassandra.my columnfamily是testcassa,列是test1。我嘗試插入值如set testcassa ['123'] [test1] ='Sample'但它返回'null'。並沒有錯誤信息..任何人都可以幫助我..Cassandra未插入值
在此先感謝。
我正在使用cassandra.my columnfamily是testcassa,列是test1。我嘗試插入值如set testcassa ['123'] [test1] ='Sample'但它返回'null'。並沒有錯誤信息..任何人都可以幫助我..Cassandra未插入值
在此先感謝。
[[email protected]] create keyspace mykeyspace;
[[email protected]] use mykeyspace;
[[email protected]] set cf1[1]['c2']=utf8('test');
[[email protected]] get cf1[1];
[[email protected]] set cf1[1]['c2']=utf8('test2');
[[email protected]] del cf1[1];
1.清除集羣中所有環的死亡節點2.restart cassandra server。然後它會插入 – 2011-03-28 15:08:43
你應該粘貼你的整個會話。甚至不清楚你是否使用cli或其他接口。 – jbellis 2011-03-28 15:09:28