Author: stevel Date: Wed Nov 13 20:19:41 2013 New Revision: 1541692 URL: http://svn.apache.org/r1541692 Log: HDFS-5075 httpfs-config.sh calls out incorrect env script name
Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh?rev=1541692&r1=1541691&r2=1541692&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh (original) +++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh Wed Nov 13 20:19:41 2013 @@ -55,7 +55,7 @@ print "Setting HTTPFS_HOME: ${H # 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 Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1541692&r1=1541691&r2=1541692&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Wed Nov 13 20:19:41 2013 @@ -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