Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I just spun up a machine on EC2 running Cassandra following the instructions in the link below, but I have no idea what version it is. How do I figure this out? I know I'm missing something incredibly simple, just don't know where to look.

http://wiki.apache.org/cassandra/CloudConfig

1 Answer

0 votes
by (44.4k points)

As you are on a Debian based system, follow this:

1. First, install the Cassandra Debian package 

% apt-get update % apt-get install cassandra

So, Cassandra will be installed and running now but it is not configured for a multi-node cluster. 

2. Now, you can simply use Debian’s package management tool to inquire about Cassandra. Type the below command:

% dpkg -s cassandra

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Jul 23, 2019 in BI by Vaibhav Ameta (17.6k points)

Browse Categories

...