Browse Source

HADOOP-13800. Remove unused HADOOP_AUDIT_LOGGER from hadoop-env.sh. Contributed by Yiqun Lin.

Akira Ajisaka 8 years ago
parent
commit
c074880096
1 changed files with 0 additions and 6 deletions
  1. 0 6
      hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh

+ 0 - 6
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh

@@ -223,12 +223,6 @@ esac
 # Java property: hadoop.security.logger
 # export HADOOP_SECURITY_LOGGER=INFO,NullAppender
 
-# Default log level for file system audit messages.
-# Generally, this is specifically set in the namenode-specific
-# options line.
-# Java property: hdfs.audit.logger
-# export HADOOP_AUDIT_LOGGER=INFO,NullAppender
-
 # Default process priority level
 # Note that sub-processes will also run at this level!
 # export HADOOP_NICENESS=0