You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2017/10/02 17:30:05 UTC

ambari git commit: AMBARI-22033. LLAP log level propagated incorrectly. (Prasanth Jayachandran via Swapan Shridhar).

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 fee91467f -> 53d37ebee


AMBARI-22033. LLAP log level propagated incorrectly. (Prasanth Jayachandran via Swapan Shridhar).


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/53d37ebe
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/53d37ebe
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/53d37ebe

Branch: refs/heads/branch-2.6
Commit: 53d37ebee257496077ca8863c48461298daa26f4
Parents: fee9146
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Sat Sep 30 01:12:28 2017 -0700
Committer: Swapan Shridhar <ss...@hortonworks.com>
Committed: Mon Oct 2 10:29:45 2017 -0700

----------------------------------------------------------------------
 .../HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/53d37ebe/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 44d0175..35474f9 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
@@ -74,7 +74,7 @@ name = LlapDaemonLog4j2
 packages = org.apache.hadoop.hive.ql.log
 
 # list of properties
-property.llap.daemon.log.level = {{hive_log_level}}
+property.llap.daemon.log.level = {{llap_log_level}}
 property.llap.daemon.root.logger = console
 property.llap.daemon.log.dir = .
 property.llap.daemon.log.file = llapdaemon.log