HDFS-5075 httpfs-config.sh calls out incorrect env script name
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1541692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ced740e580
commit
1a38b48026
@ -55,7 +55,7 @@ print "Setting HTTPFS_HOME: ${HTTPFS_HOME}"
|
|||||||
#
|
#
|
||||||
if [ -e "${HTTPFS_HOME}/bin/httpfs-env.sh" ]; then
|
if [ -e "${HTTPFS_HOME}/bin/httpfs-env.sh" ]; then
|
||||||
print "Sourcing: ${HTTPFS_HOME}/bin/httpfs-env.sh"
|
print "Sourcing: ${HTTPFS_HOME}/bin/httpfs-env.sh"
|
||||||
source ${HTTPFS_HOME}/bin/HTTPFS-env.sh
|
source ${HTTPFS_HOME}/bin/httpfs-env.sh
|
||||||
grep "^ *export " ${HTTPFS_HOME}/bin/httpfs-env.sh | sed 's/ *export/ setting/'
|
grep "^ *export " ${HTTPFS_HOME}/bin/httpfs-env.sh | sed 's/ *export/ setting/'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -544,6 +544,9 @@ Release 2.3.0 - UNRELEASED
|
|||||||
HDFS-5474. Deletesnapshot can make Namenode in safemode on NN restarts.
|
HDFS-5474. Deletesnapshot can make Namenode in safemode on NN restarts.
|
||||||
(Sathish via jing9)
|
(Sathish via jing9)
|
||||||
|
|
||||||
|
HDFS-5075. httpfs-config.sh calls out incorrect env script name
|
||||||
|
(Timothy St. Clair via stevel)
|
||||||
|
|
||||||
Release 2.2.1 - UNRELEASED
|
Release 2.2.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
Reference in New Issue
Block a user