March 2015
Beginner to intermediate
350 pages
7h 54m
English
Cassandra runs over a JVM, and this is all you need to get Cassandra up and running. Any platform that has the JVM can have Cassandra. At the time of writing this, Java's latest version was Java SE 8. However, it is highly recommended to use Oracle Java 7 for Cassandra, to avoid unexplainable bugs due to any inconsistency in the Java version or vendor implementation.
The other thing that one should consider for the production setup is to have the Java Native Access (JNA) library. It provides access to the native platform's shared libraries. JNA can be configured to disallow swapping of the JVM and hence improve Cassandra memory usage.
The default installation of Linux systems usually contains the OpenJDK ...