This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 1d55e1e  HDFS-15208. Suppress bogus 
AbstractWadlGeneratorGrammarGenerator in KMS stderr in hdfs.
1d55e1e is described below

commit 1d55e1e229d835a6743523b9cf4c1e97b4259128
Author: Wei-Chiu Chuang <weic...@apache.org>
AuthorDate: Wed Mar 18 06:27:13 2020 -0700

    HDFS-15208. Suppress bogus AbstractWadlGeneratorGrammarGenerator in KMS 
stderr in hdfs.
    
    Contributed by Wei-Chiu Chuang.
    
    Change-Id: I7abeaf4b65e2a4758356aa69ab8930f7e993077d
    (cherry picked from commit 096533c2dc0afd51367030725d797480a22ba7e2)
    
     Conflicts:
        hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
---
 hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
index bd5a4dd..d45fe63 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/log4j.properties
@@ -48,3 +48,5 @@ 
log4j.appender.DNMETRICSRFA.layout.ConversionPattern=%d{ISO8601} %m%n
 log4j.appender.DNMETRICSRFA.MaxBackupIndex=1
 log4j.appender.DNMETRICSRFA.MaxFileSize=64MB
 
+# Supress KMS error log
+log4j.logger.com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator=OFF


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to