From c074880096bd41470a3358f6002f30b57a725375 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 9 Nov 2016 22:02:40 +0900 Subject: [PATCH] HADOOP-13800. Remove unused HADOOP_AUDIT_LOGGER from hadoop-env.sh. Contributed by Yiqun Lin. --- .../hadoop-common/src/main/conf/hadoop-env.sh | 6 ------ 1 file changed, 6 deletions(-) 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 a78f3f62fa8..4fb9be9d2ea 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 @@ -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