You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by vi...@apache.org on 2015/05/08 13:07:58 UTC

hadoop git commit: HDFS-6576. Datanode log is generating at root directory in security mode (Contributed by surendra singh lilhore)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 5ddc3adb0 -> a87ab77fe


HDFS-6576. Datanode log is generating at root directory in security mode (Contributed by surendra singh lilhore)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a87ab77f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a87ab77f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a87ab77f

Branch: refs/heads/branch-2
Commit: a87ab77fec375c02ba507bd7c7ca1e0082f623c2
Parents: 5ddc3ad
Author: Vinayakumar B <vi...@apache.org>
Authored: Fri May 8 16:37:36 2015 +0530
Committer: Vinayakumar B <vi...@apache.org>
Committed: Fri May 8 16:37:36 2015 +0530

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh | 2 +-
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                     | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a87ab77f/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh b/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
index f60b65a..930b10c 100644
--- a/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
+++ b/hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
@@ -72,7 +72,7 @@ export HADOOP_SECURE_DN_USER=${HADOOP_SECURE_DN_USER}
 #export HADOOP_LOG_DIR=${HADOOP_LOG_DIR}/$USER
 
 # Where log files are stored in the secure data environment.
-export HADOOP_SECURE_DN_LOG_DIR=${HADOOP_LOG_DIR}/${HADOOP_HDFS_USER}
+#export HADOOP_SECURE_DN_LOG_DIR=${HADOOP_LOG_DIR}/${HADOOP_HDFS_USER}
 
 ###
 # HDFS Mover specific parameters

http://git-wip-us.apache.org/repos/asf/hadoop/blob/a87ab77f/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 2b6f476..56f419c 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -360,6 +360,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-8209. Support different number of datanode directories in MiniDFSCluster.
     (surendra singh lilhore via vinayakumarb)
 
+    HDFS-6576. Datanode log is generating at root directory in security mode
+    (surendra singh lilhore via vinayakumarb)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES