-
Notifications
You must be signed in to change notification settings - Fork 0
Cassandra_Script_Files
Joe Winter edited this page Sep 4, 2014
·
1 revision
Cassandra Configuration and Operation : Cassandra Script Files
Cassandra Script Files
Within the folder {cassandra_home}/bin, the following are the key scripts that can be used to launch Cassandra and various tools:
• |
cassandra.bat: This is the script file bundled with Cassandra to launch it from a command console. You can use this instead of {doradus_home}/bin/doradus-cassandra.bat file that is bundled with the Doradus (see the section Error! Reference source not found.). If you run Cassandra with this file, it defines Java runtime parameters you may wish to change such as memory usage and JMX protocol authentication. |
• |
cassandra-cli.bat: This script file runs the Cassandra command line interface (CLI) tool. It can be used to perform low-level queries and to modify certain Cassandra schema options. |
• |
nodetool.bat: This script launches the Cassandra nodetool utility, which can perform various Cassandra monitoring and operational commands: determining cluster status, forcing compaction, rebuilding a node, etc. |
The bin folder contains .bat files for other tools as well. Except for cassandra.bat, most of the script files can run with the parameter “-?” to get help information.