Skip to Content
Mastering Apache Cassandra 3.x - Third Edition
book

Mastering Apache Cassandra 3.x - Third Edition

by Aaron Ploetz, Tejaswi Malepati
October 2018
Beginner to intermediate content levelBeginner to intermediate
348 pages
10h
English
Packt Publishing
Content preview from Mastering Apache Cassandra 3.x - Third Edition

Installation of JVM

Installation of the JVM is quite simple. Download the most recent patch version of the JDK, and distribute it to the node(s) you are building via scp, wget, curl, or another method of orchestration.

Remember, Cassandra 3.x should use Java 8.

With the JDK downloaded, untar it, and move it to a location other than your home directory. For the purposes of this example, we'll put it in /usr/local/:

sudo tar -zxvf jdk-8u171-linux-x64.tar.gzsudo mv jdk1.8.0_171 /usr/localsudo alternatives --install /usr/bin/java java /usr/local/jdk1.8.0_171/bin/java 1sudo alternatives --set java /usr/local/jdk1.8.0_171/bin/java

Alternatively, you can install the JDK via your Linux package management system. For Debian Linux, try:

sudo apt-get ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Apache Cassandra - Second Edition

Mastering Apache Cassandra - Second Edition

Nishant Neeraj

Publisher Resources

ISBN: 9781789131499Supplemental Content