Re: Error in FAQ?

2012-03-30 Thread aaron morton
Thanks Ben. A - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 27/03/2012, at 3:08 PM, Ben McCann wrote: > I updated the FAQ to the best of my ability: > http://wiki.apache.org/cassandra/FAQ#modify_cf_config > > > On Mon, Mar 26, 2012 at 12:25

Re: Error in FAQ?

2012-03-26 Thread Ben McCann
I updated the FAQ to the best of my ability: http://wiki.apache.org/cassandra/FAQ#modify_cf_config On Mon, Mar 26, 2012 at 12:25 AM, R. Verlangen wrote: > If you want to modify a column family, just open the command line > interface (cassandra-cli), connect to a node (probably: "connect > local

Re: Error in FAQ?

2012-03-26 Thread R. Verlangen
If you want to modify a column family, just open the command line interface (cassandra-cli), connect to a node (probably: "connect localhost/9160;"). When you have to create your first keyspace type: "create keyspace MyKeyspace;" For modifying an existing keyspace type: "use MyKeyspace;" If you

Re: Error in FAQ?

2012-03-25 Thread Ben McCann
Hmmm, I don't see anything regarding column families in cassandra.yaml. It seems like the answer for that question in the FAQ is very outdated. On Sun, Mar 25, 2012 at 4:04 PM, Serge Fonville wrote: > Hi, > > 2012/3/26 Ben McCann : > > There's a line that says "Make necessary changes to your >

Re: Error in FAQ?

2012-03-25 Thread Serge Fonville
Hi, 2012/3/26 Ben McCann : > There's a line that says "Make necessary changes to your storage-conf.xml." > I can't find this file.  Does it still exist?  If so, where should I look? >  I installed the packaged version of Cassandra available in the Datastax > community edition. >From http://wiki.

Error in FAQ?

2012-03-25 Thread Ben McCann
There's a line that says "Make necessary changes to your storage-conf.xml." I can't find this file. Does it still exist? If so, where should I look? I installed the packaged version of Cassandra available in the Datastax community edition.