Tutorial by Topics: cassandra

The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data. Cassandra's suppor...
Option/FlagDescriptionoptionoption description-hhostname. Defaults to "localhost." If you do not specify a host repair is run on the same host that the command is executed from.-pJMX port. The default is 7199.-uusername. Only required if JMX security is enabled.-pwpassword. Only requir...
Synopsis nodetool [node-options] repair [other-options] Node options [(-h <host> | --host <host>)] [(-p <port> | --port <port>)] [(-pw <password> | --password <password>)] [(-pwf <passwordFilePath> | --password-file <pass...
The Cassandra Driver from Datastax very much mirrors the Java JDBC MySQL driver. Session, Statement, PreparedStatement are present in both drivers. The Singleton Connection is from this question and answer: http://stackoverflow.com/a/24691456/671896 Feature wise, Cassandra 2 and 3 are identical...
This topic describes how to start Apache Cassandra as a service in windows and linux platforms. Remember you also start Cassandra from bin directory by running the batch or shell script.

Page 1 of 1