Why does cutting and pasting from the Cassandra CLI tutorial not work?

前端 未结 3 1713
执笔经年
执笔经年 2021-02-03 15:02

Blindly following http://wiki.apache.org/cassandra/CassandraCli, and can someone please explain this?

aaron-mac:apache-cassandra-1.0.0 aaron$ bin/cassandra-cli          


        
3条回答
  •  长情又很酷
    2021-02-03 15:46

    set User['jsmith'][utf8('first')] = utf8('John');
    

    If you're unsure about the set command you can type help set; and it'll show the full documentation.

提交回复
热议问题