Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "CassandraCli" page has been changed by jeremyhanna.
http://wiki.apache.org/cassandra/CassandraCli?action=diff&rev1=26&rev2=27

--------------------------------------------------

  [default@Keyspace1] quit;
  evans@achilles:~/cassandra$
  }}}
- In the above example we started the cli with no options. You can can specify 
things like `-host`, `-port`, `-keyspace`, `-username`, `-password`, etc. Use 
`bin/cassandra-cli -?` for a full set of options.  We went on to connect to our 
local Cassandra node. We created keyspace `Keyspace1` and column family 
`Standard2` with the default options. Then we exited from our cli shell.
+ In the above example we started the cli with no options. You can specify 
things like `-host`, `-port`, `-keyspace`, `-username`, `-password`, etc. Use 
`bin/cassandra-cli -?` for a full set of options.  We went on to connect to our 
local Cassandra node. We created keyspace `Keyspace1` and column family 
`Standard2` with the default options. Then we exited from our cli shell.
  
  Let's get back into the shell with some options specified and create some 
data.
  

Reply via email to