You seem to be typing 0.7 commands on a 0.6 cli. Please follow the README in the version you are using, e.g.:
set Keyspace1.Standard2['jsmith']['first'] = 'John' On Thu, Sep 2, 2010 at 5:35 PM, Simon Chu <simonchu....@gmail.com> wrote: > I downloaded cassendra 0.6.5 and ran it, got this error: > > bin/cassandra -f > INFO 16:46:06,198 JNA not found. Native methods will be disabled. > INFO 16:46:06,875 DiskAccessMode 'auto' determined to be mmap, > indexAccessMode is mmap > > is this an issue? > > When I tried to run cassandra cli from the example, I got the following > errors: > > cassandra> use Keyspace1 sc 'blah$' > line 1:0 no viable alternative at input 'use' > Invalid Statement (Type: 0) > cassandra> set Standard2['jsmith']['first'] = 'John'; > line 1:13 mismatched input '[' expecting DOT > > is this a setup issue? > > Simon