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 MatthewChurcher:
http://wiki.apache.org/cassandra/CassandraCli?action=diff&rev1=40&rev2=41

Comment:
Remove trailing character.

  Cassandra ships with a very basic interactive command line interface. Using 
the CLI you can connect to remote nodes in the cluster to create or update your 
schema and set and retrieve records.
  
  The examples below have been tested with Cassandra 1.0.6. For instructions 
for previous versions of Cassandra see one of: [[CassandraCli07]], 
[[CassandraCli06]].
- a
+ 
  == Starting the CLI ==
  You can start the CLI using the {{{bin/cassandra-cli}}} script in your 
Cassandra installation ({{{bin\cassandra-cli.bat}}} on windows). The example 
below assumes that you are evaluating a local cassandra node. If this is true 
ensure your node has been correctly configured and successfully started before 
running the CLI. If you want to run commands on a remote node you will need to 
specify the {{{-host}}} command line argument. Use {{{bin/cassandra-cli -?}}} 
for more information on CLI arguments.
  

Reply via email to