Installing Apache Cassandra on CentOS 7
Prerequisites The user you are logged in as must have sudo privileges to be able to install packages. Installing Apache Cassandra The recommended way to install Apache Cassandra on CentOS 7 is by installing the rpm package from the official Apache Cassandra repository. To install OpenJDK , on your system type: $ sudo yum install java-1.8.0-openjdk-devel Verify the Java installation by … Read more