I have started all the Hadoop daemon. Now I am using jps command to check whether all the daemons are running or not. But, I am getting the below error:
hduser@naveen:/usr/local/hadoop$ jps
The program 'jps' can be found in the following packages:
* openjdk-6-jdk
* openjdk-7-jdk
Try: sudo apt-get install <selected package>
My java version is as follows:
hduser@naveen:/usr/local/hadoop$ java -version
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
JAVA_HOME in conf/hadoop-env.sh is as follows:
# set JAVA_HOME in this file, so that it is correctly defined on
export JAVA_HOME=/usr/lib/jvm/jdk1.6.0_33/
Can anyone help me out?