This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/master by this push:
new 5ddf115b8 [bugfix] - add tez config to log4j2.xml (#4818)
5ddf115b8 is described below
commit 5ddf115b80647af0163824a47c109d6d27635af1
Author: 人生有如两个橘子 <[email protected]>
AuthorDate: Tue Jul 25 18:19:04 2023 +0800
[bugfix] - add tez config to log4j2.xml (#4818)
this close #4816
---
linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
b/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
index 8b5e42d15..4d3b5855b 100644
--- a/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
+++ b/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
@@ -97,5 +97,8 @@
<logger name="org.apache.hadoop.mapreduce.Job" level="INFO"
additivity="true">
<appender-ref ref="YarnAppIdOutputFile"/>
</logger>
+ <logger name="org.apache.tez.client.TezClient" level="INFO"
additivity="true">
+ <appender-ref ref="YarnAppIdOutputFile"/>
+ </logger>
</loggers>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]