HDFS-6576. Datanode log is generating at root directory in security mode (Contributed by surendra singh lilhore)
This commit is contained in:
parent
5ddc3adb0d
commit
a87ab77fec
|
@ -72,7 +72,7 @@ export HADOOP_SECURE_DN_USER=${HADOOP_SECURE_DN_USER}
|
||||||
#export HADOOP_LOG_DIR=${HADOOP_LOG_DIR}/$USER
|
#export HADOOP_LOG_DIR=${HADOOP_LOG_DIR}/$USER
|
||||||
|
|
||||||
# Where log files are stored in the secure data environment.
|
# 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
|
# HDFS Mover specific parameters
|
||||||
|
|
|
@ -360,6 +360,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HDFS-8209. Support different number of datanode directories in MiniDFSCluster.
|
HDFS-8209. Support different number of datanode directories in MiniDFSCluster.
|
||||||
(surendra singh lilhore via vinayakumarb)
|
(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
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue