Tag: cqlsh

How to Install Cassandra on Ubuntu

Steps to install cassandra on Ubuntu: 1) First check which version of Java is installed by running the following command in a terminal (Oracle JRE is recommended), java -version 2) Install curl using the following command sudo apt-get install curl 3) Add the DataStax Community repository to the aptitude repository source list file (/etc/apt/sources.list). sudo …

Continue reading

Permanent link to this article: https://blog.openshell.in/2015/04/how-to-install-cassandra-on-ubuntu/