Usage / Deployment Instructions
Step 1: Access the Cassandra in Google Marketplace and click the LAUNCH ON COMPUTE ENGINE button.

Step 2: In the Configure & Deploy window, enter or select appropriate values for zone, machine type, and so on. Click the Deploy button.

Step 3: The Google Developers Console confirms that Cassandra was deployed

To access the application:
Step 1: SSH into the machine and follow the below instructions.
Step 2: Please run the following command:
-
sudo su
-
echo "127.0.0.1 `hostname`" >> /etc/hosts

Step 3: Use following Linux command to start cassandra
Note: Please do not copy the below commands, type it manually.
Command- cassandra -R

Now, please press Ctrl+C to exit from the running command.

Step 4: Type the command- cqlsh
Run any cassandra command and enjoy.

Note: you can type quit to exit from the ongoing Cassandra cluster.