diff --git a/data/conf/tez/hive-site.xml b/data/conf/tez/hive-site.xml index e0238aa..2f9415a 100644 --- a/data/conf/tez/hive-site.xml +++ b/data/conf/tez/hive-site.xml @@ -253,5 +253,9 @@ + + hive.tez.java.opts + -Dlog4j.configurationFile=tez-container-log4j2.xml -Dtez.container.log.level=INFO -Dtez.container.root.logger=CLA + diff --git a/ql/src/main/resources/tez-container-log4j2.xml b/ql/src/main/resources/tez-container-log4j2.xml new file mode 100644 index 0000000..be949dc --- /dev/null +++ b/ql/src/main/resources/tez-container-log4j2.xml @@ -0,0 +1,49 @@ + + + + + + + ALL + INFO + CLA + ${sys:yarn.app.container.log.dir} + syslog + + + + + + + + + + + + + + + + + + + + +