Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 501 Bytes

Installation.md

File metadata and controls

24 lines (18 loc) · 501 Bytes

Installation of Cassandra

  • Download the Cassandra and untar the installation files to /opt.
cd /opt
wget https://dlcdn.apache.org/cassandra/4.1.2/apache-cassandra-4.1.2-bin.tar.gz
tar -xf apache-cassandra-4.1.2-bin.tar.gz
  • Create new linux user cassandra and give ownership to cassandra user
adduser cassandra
chown -R cassandra:cassandra apache-cassandra-X.xx.x
  • Go to bin folder and run the following command to
./cassandra -f
or 
./cassandra