Re: Using Cassandra-cli

2011-02-09 Thread Vishal Gupta
Hi Eranda, you can refer book --> "Cassandra: The Definitive Guide". Also there are web apps(http://github.com/suguru/cassandra-webconsole) which helps to do the same via browser. Also u can follow these article's 1) http://arin.me/blog/wtf-is-a-supercolumn-cassandra-data-model 2) http://maxgrine

Re: Using Cassandra-cli

2011-02-09 Thread Eranda Sooriyabandara
Hi Vishan, Aron and all, Thanks for the help. I tried it and successfully worked for me. But I could not find a place where mention about the attributes of some commands. e.g. update column family [with = [and = ...]]; create keyspace [with = [and = ...]]; (we can use comparator=UTF8Type and de

Re: Using Cassandra-cli

2011-02-07 Thread Aaron Morton
There is also extensive online help in cassandra-clihelp;AaronOn 08 Feb, 2011,at 07:24 AM, Vishal Gupta wrote:Hi, there is a README.txt file in CASSANDRA_HOME which presents clear steps to use get and set command Also i guess you need to first use Keyspace and then fire set command. Regards, vis

Re: Using Cassandra-cli

2011-02-07 Thread Vishal Gupta
Hi, there is a README.txt file in CASSANDRA_HOME which presents clear steps to use get and set command. Also i guess you need to first use Keyspace and then fire set command. Regards, vishal On Mon, Feb 7, 2011 at 11:43 PM, Eranda Sooriyabandara <0704...@gmail.com>wrote: > Hi all, > I tried Cas