Repository: hadoop Updated Branches: refs/heads/trunk 09f43fa9c -> c07488009
HADOOP-13800. Remove unused HADOOP_AUDIT_LOGGER from hadoop-env.sh. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c0748800 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c0748800 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c0748800 Branch: refs/heads/trunk Commit: c074880096bd41470a3358f6002f30b57a725375 Parents: 09f43fa Author: Akira Ajisaka <aajis...@apache.org> Authored: Wed Nov 9 22:02:40 2016 +0900 Committer: Akira Ajisaka <aajis...@apache.org> Committed: Wed Nov 9 22:02:40 2016 +0900 ---------------------------------------------------------------------- .../hadoop-common/src/main/conf/hadoop-env.sh | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c0748800/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 a78f3f6..4fb9be9 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 --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org