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-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