Details
Description
Cassandra uses by default the JAVA binary at $JAVA_HOME/bin and complains at start that the 64bit version should be used.
Well, even if the 64bit JAVA version is installed, cassandra still does not use it.
Attached patch solves this problem by checking if $JAVA_HOME/bin/amd64/java binary exists. If yes, it will be used for cassandra.