AMBARI-20151. Add extra Tez logging configs for Hive (Sergey Shelukhin via smohanty)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5aae5d02 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5aae5d02 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5aae5d02 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 5aae5d0276a7d4d54922794acaed2828049a446c Parents: 1142b52 Author: Sumit Mohanty <[email protected]> Authored: Thu Mar 2 17:45:34 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Thu Mar 2 17:48:26 2017 -0800 ---------------------------------------------------------------------- .../2.5/services/HIVE/configuration/llap-daemon-log4j.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5aae5d02/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml index 42acd49..0b8e0ee 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml @@ -148,7 +148,14 @@ appender.query-routing.routes.route-mdc.file-mdc.app.layout.type = PatternLayout appender.query-routing.routes.route-mdc.file-mdc.app.layout.pattern = %d{ISO8601} %5p [%t (%X{fragmentId})] %c{2}: %m%n # list of all loggers -loggers = PerfLogger, EncodedReader, NIOServerCnxn, ClientCnxnSocketNIO, DataNucleus, Datastore, JPOX, HistoryLogger, LlapIoImpl, LlapIoOrc, LlapIoCache, LlapIoLocking +loggers = PerfLogger, EncodedReader, NIOServerCnxn, ClientCnxnSocketNIO, DataNucleus, Datastore, JPOX, HistoryLogger, LlapIoImpl, LlapIoOrc, LlapIoCache, LlapIoLocking, TezSM, TezSS, TezHC + +logger.TezSM.name = org.apache.tez.runtime.library.common.shuffle.impl.ShuffleManager.fetch +logger.TezSM.level = WARN +logger.TezSS.name = org.apache.tez.runtime.library.common.shuffle.orderedgrouped.ShuffleScheduler.fetch +logger.TezSS.level = WARN +logger.TezHC.name = org.apache.tez.http.HttpConnection.url +logger.TezHC.level = WARN logger.PerfLogger.name = org.apache.hadoop.hive.ql.log.PerfLogger logger.PerfLogger.level = DEBUG
