- First make sure that the file 'libjvm.so' is installed on your system:
If it shows up as being installed on the system, most likely it is missing from your 'LD_LIBRARY_PATH' variable(see next bullet point).
- Add the 'libjvm.so' file found on your system to 'LD_LIBRARY_PATH':
- You may also need to set the environment variables 'HADOOP_HOME' and 'HADOOP_VERSION' on your system:
HADOOP_HOME=/usr/lib/hadoop/client-0.20
HADOOP_VERSION=2.0.0-cdh4.4.0
- Also ensure that the file '/etc/profile.d/Revolution/bash_profile_additions' exists on all of the nodes of your cluster and has been sourced.