I am trying to install Hadoop in Ubuntu 12.04 version. Following the instructions from
http://michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/, I installed java-6-openjdk
from Ubuntu software-center. I have set java_home
in .bashrc
. Also set java_home
in Hadoop conf/env.sh
. While formatting the namenode, I am getting the following error:
usr/lib/jvm/java-6-openjdk/bin/java no such file or directory.
Thank you. But it's a 64bit OS.