diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh index 02e1a7172c7..621a2fa96f5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh @@ -55,7 +55,7 @@ print "Setting HTTPFS_HOME: ${HTTPFS_HOME}" # if [ -e "${HTTPFS_HOME}/bin/httpfs-env.sh" ]; then 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/' fi diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 6ef8fd22113..302bf22fc6b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -544,6 +544,9 @@ Release 2.3.0 - UNRELEASED HDFS-5474. Deletesnapshot can make Namenode in safemode on NN restarts. (Sathish via jing9) + HDFS-5075. httpfs-config.sh calls out incorrect env script name + (Timothy St. Clair via stevel) + Release 2.2.1 - UNRELEASED INCOMPATIBLE CHANGES