-
Notifications
You must be signed in to change notification settings - Fork 8
How to install and run cassandra fs in local mode
open cmd, go to directory CASSANDA_HOME, execute command : “ant jar” to build the cassandra-fs.
similar to step 1 and execute the following command : “bin\cassandra.bat” to start cassandra on windows
similar to step 1, execute the following command : “bin\cassandra-fs-cli.bat” to start cassandra-fs-cli, then you can play with a lot of file system-based commands, such as ls,mkdir and etc.
open cmd, go to directory $CASSANDA_HOME, execute command : “ant jar” to build the cassandra-fs.
similar to step 1 and execute the following command : “bin/cassandra” to start cassandra on linux
similar to step 1, execute the following command : “bin/cassandra-fs-cli” to start cassandra-fs-cli, then you can play with a lot of file system-based commands, such as ls,mkdir and etc.