September 2017
Beginner to intermediate
360 pages
8h 13m
English
Download the latest version 3.10 from http://cassandra.apache.org/download/and the older version can be downloaded from http://archive.apache.org/dist/cassandra/. apache-cassandra-3.10-bin.tar.gz will be downloaded. The following commands are executed to extract it:
mw apache-cassandra-3.10-bin.tar.gz ~/demo tar -xvf ~/demo/apache-cassandra-3.10-bin.tar.gz
Files and directories are extracted, as seen in the following screenshot:
Now run Cassandra as a standalone on the localhost:
/bin/Cassandra
Cassandra is started as the backend process. Press Enter to exit from the logs. To verify whether Cassandra is working or not, ...
Read now
Unlock full access