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=42&rev2=43 Comment: Added link to datastax docs. Note that I did the rewrite before finding those docs. 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]]. + + You may also be interested in the [[http://www.datastax.com/docs/1.0/dml/using_cli|DataStax documentation]] which has excellent coverage on this topic. == Starting the CLI == You can start the CLI using the {{{bin/cassandra-cli}}} script in your Cassandra installation ({{{bin\cassandra-cli.bat}}} on windows). If you are evaluating a local cassandra node then be sure that it has been correctly configured and successfully started before starting the CLI.
