Browse Source

HADOOP-5032. Export conf dir set in config script. Contributed by Eric Yang

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@741330 13f79535-47bb-0310-9956-ffa450edef68
Christopher Douglas 16 years ago
parent
commit
88e5c01477
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/contrib/chukwa/bin/chukwa-config.sh

+ 2 - 0
CHANGES.txt

@@ -98,6 +98,8 @@ Trunk (unreleased changes)
     HADOOP-4960. Use datasource time, rather than system time, during metrics
     demux. (Eric Yang via cdouglas)
 
+    HADOOP-5032. Export conf dir set in config script. (Eric Yang via cdouglas)
+
 Release 0.20.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 1
src/contrib/chukwa/bin/chukwa-config.sh

@@ -48,7 +48,7 @@ then
               shift
               confdir=$1
               shift
-              CHUKWA_CONF_DIR=$confdir
+              export CHUKWA_CONF_DIR=$confdir
     fi
 fi