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

2015-05-08 Thread vinayakumarb
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 vinayakum...@apache.org
Authored: Fri May 8 16:37:36 2015 +0530
Committer: Vinayakumar B vinayakum...@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



hadoop git commit: HDFS-6576. Datanode log is generating at root directory in security mode (Contributed by surendra singh lilhore) Just merging CHANGES.txt changes from branch-2 to keep in sync.

2015-05-08 Thread vinayakumarb
Repository: hadoop
Updated Branches:
  refs/heads/trunk b419c1b2e - 46509617b


HDFS-6576. Datanode log is generating at root directory in security mode 
(Contributed by surendra singh lilhore)
Just merging CHANGES.txt changes from branch-2 to keep in sync.

(cherry picked from commit a87ab77fec375c02ba507bd7c7ca1e0082f623c2)

Conflicts:
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh


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

Branch: refs/heads/trunk
Commit: 46509617b6296eeeabf9d99e8ba365040bec05ad
Parents: b419c1b
Author: Vinayakumar B vinayakum...@apache.org
Authored: Fri May 8 16:37:36 2015 +0530
Committer: Vinayakumar B vinayakum...@apache.org
Committed: Fri May 8 16:44:03 2015 +0530

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/46509617/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 e1717e8..c9e5b87 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -687,6 +687,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



[09/50] hadoop git commit: HDFS-6576. Datanode log is generating at root directory in security mode (Contributed by surendra singh lilhore) Just merging CHANGES.txt changes from branch-2 to keep in sy

2015-05-08 Thread zjshen
HDFS-6576. Datanode log is generating at root directory in security mode 
(Contributed by surendra singh lilhore)
Just merging CHANGES.txt changes from branch-2 to keep in sync.

(cherry picked from commit a87ab77fec375c02ba507bd7c7ca1e0082f623c2)

Conflicts:
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh


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

Branch: refs/heads/YARN-2928
Commit: 4c0843d275793a2579ff06a8a2c2ffd61bc694a4
Parents: acf4f58
Author: Vinayakumar B vinayakum...@apache.org
Authored: Fri May 8 16:37:36 2015 +0530
Committer: Zhijie Shen zjs...@apache.org
Committed: Fri May 8 17:32:46 2015 -0700

--
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/4c0843d2/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 e1717e8..c9e5b87 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -687,6 +687,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