Details
Description
The /etc/init.d scripts all have this:
checkstatus(){
status -p $PIDFILE namenode
RETVAL=$?
}
(not just /etc/init.d/hadoop-0.20-namenode)
Same goes for the HBase scripts...
The /etc/init.d scripts all have this:
checkstatus(){
status -p $PIDFILE namenode
RETVAL=$?
}
(not just /etc/init.d/hadoop-0.20-namenode)
Same goes for the HBase scripts...