This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 27d9182 [BEAM-11027] Avoid excessive logging of ZetaSQL on Nexmark run
new 6bf56f9 Merge pull request #13023 from
iemejia/BEAM-11027-nexmark-zetasql
27d9182 is described below
commit 27d91824a270351c8a4a9eb753e4b81b0370cdb7
Author: Ismaël Mejía <[email protected]>
AuthorDate: Tue Oct 6 23:21:31 2020 +0200
[BEAM-11027] Avoid excessive logging of ZetaSQL on Nexmark run
---
sdks/java/testing/nexmark/src/main/resources/log4j.properties | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sdks/java/testing/nexmark/src/main/resources/log4j.properties
b/sdks/java/testing/nexmark/src/main/resources/log4j.properties
index d44bc38..a819c06 100644
--- a/sdks/java/testing/nexmark/src/main/resources/log4j.properties
+++ b/sdks/java/testing/nexmark/src/main/resources/log4j.properties
@@ -45,3 +45,6 @@ log4j.logger.org.apache.flink=WARN
# SPARK-9183: Settings to avoid annoying messages when looking up nonexistent
UDFs in SparkSQL with Hive support
log4j.logger.org.apache.hadoop.hive.metastore.RetryingHMSHandler=FATAL
log4j.logger.org.apache.hadoop.hive.ql.exec.FunctionRegistry=ERROR
+
+# Avoid excessive netty logging on ZetaSQL
+log4j.logger.com.google.zetasql.io.grpc.netty=WARN