Install Cassandra 3.9 on CentOS 6.8 Install Java 8 $ yum install java-1.8.0-openjdk Add DataStax Repo for Apache Cassandra $ vi /etc/yum.repos.d/datastax.repo Add the following lines to the new file: [datastax-ddc] name = DataStax Repo for Apache Cassandra baseurl = http://rpm.datastax.com/datastax-ddc/3.9 enabled = 1 gpgcheck = 0 Save the file above and run: $ yum […]
Recent Comments