Re: question about Cassandra error

2010-09-02 Thread Benjamin Black
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 wrote: > I downloaded cassendra 0.6.5 and ran it, got this error: > > bin/cassandra -f >  I

Re: question about Cassandra error

2010-09-02 Thread Stu Hood
: Thursday, September 2, 2010 8:27pm To: user@cassandra.apache.org Subject: Re: question about Cassandra error Simon, See this page: http://www.riptano.com/blog/whats-new-cassandra-065 "Because of licensing issues <http://www.apache.org/legal/3party.html>, we can't distribute JNA w

Re: question about Cassandra error

2010-09-02 Thread Mike Peters
Simon, See this page: http://www.riptano.com/blog/whats-new-cassandra-065 "Because of licensing issues , we can't distribute JNA with Cassandra, so you must manually add it to the Cassandra lib/ directory or otherwise place it on the classpath." On 9

question about Cassandra error

2010-09-02 Thread Simon Chu
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 exampl