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/86afb7c1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/86afb7c1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/86afb7c1 Branch: refs/heads/branch-feature-AMBARI-20859 Commit: 86afb7c1d8ad2f8367d12616abb06455c6449a2d Parents: 9039f10 Author: Swapan Shridhar <[email protected]> Authored: Sat Sep 30 01:12:28 2017 -0700 Committer: Swapan Shridhar <[email protected]> Committed: Mon Oct 2 10:27:14 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/86afb7c1/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
