Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.1
-
None
-
Reviewed
Description
In sbin/httpfs.sh the following should use CATALINA_HOME:
if [ "${HTTPFS_SILENT}" != "true" ]; then ${CATALINA_BASE:-"${BASEDIR}/share/hadoop/httpfs/tomcat"}/bin/catalina.sh "$@" else ${CATALINA_BASE:-"${BASEDIR}/share/hadoop/httpfs/tomcat"}/bin/catalina.sh "$@" > /dev/null fi
and the following should honor HADOOP_LIBEXEC_DIR:
source ${BASEDIR}/libexec/httpfs-config.sh