
Apache Cassandra is an open-source NoSQL database engine used to store large amounts of data in a distributed architecture with dynamic replication. It delivers high performance, linear scalability, high availability, and fault tolerance. This article explains how to how to install Apache Cassandra on Ubuntu 20.04 server.
Install Java.
Verify the installation.
Install the required dependencies.
Download and add the Apache Cassandra GPG key.
Add the downloaded repository.
Update the system.
Install Apache Cassandra.
Verify the status of the Apache Cassandra.
Verify the stats of your node.
By default, Apache Cassandra listens for a cluster named Test Cluster on localhost.
Log in with the cqlsh command-line tool to interact with Cassandra.
Change the Cluster name.
Exit the prompt.
Edit the Cassandra configuration file cassandra.yaml.
Find the cluster_name directive and edit it to your preference. Save and exit the file.
Clear the system cache.
Restart the Cassandra service.
Verify the changes.
For more information on Apache Cassandra, please visit the official documentation.
0 Comments
Be the first to comment and share your perspective with the community.