Repository: ambari Updated Branches: refs/heads/branch-2.5 6ef470707 -> acd8aef91
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/acd8aef9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/acd8aef9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/acd8aef9 Branch: refs/heads/branch-2.5 Commit: acd8aef9137cacaa5f8021815df4661a11d8f2f3 Parents: 6ef4707 Author: Sumit Mohanty <[email protected]> Authored: Thu Mar 2 17:45:34 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Thu Mar 2 17:45:34 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/acd8aef9/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
