Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.2.0
-
None
-
None
Description
Currently datanode only checks for Linux-amd64-64/jsvc we need to make this code more robust:
hadoop-init.tmpl.suse:
checkstatusofproc(){
- Under certain conditions datanode manifests as jsvc.exec
if [ "@HADOOP_DAEMON@" = "datanode" -a -x @HADOOP_COMMON_ROOT@/sbin/Linux-amd64-64/jsvc ] ; then
PROC_NAME="jsvc"
else
PROC_NAME="su"
fi
pidofproc -p $PIDFILE $PROC_NAME > /dev/null
}
Attachments
Issue Links
- relates to
-
BIGTOP-223 install/ initscripts fixes
- Open