Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5C7AB200D1E for ; Tue, 3 Oct 2017 22:15:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5B332160BE4; Tue, 3 Oct 2017 20:15:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9ED151609DE for ; Tue, 3 Oct 2017 22:15:50 +0200 (CEST) Received: (qmail 1351 invoked by uid 500); 3 Oct 2017 20:15:49 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 1337 invoked by uid 99); 3 Oct 2017 20:15:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2017 20:15:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D95C7F5BD0; Tue, 3 Oct 2017 20:15:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rlevas@apache.org To: commits@ambari.apache.org Date: Tue, 03 Oct 2017 20:15:50 -0000 Message-Id: In-Reply-To: <3774a5b9e4a64878a9e2fe9f20890e5e@git.apache.org> References: <3774a5b9e4a64878a9e2fe9f20890e5e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/22] ambari git commit: AMBARI-22033. LLAP log level propagated incorrectly. (Prasanth Jayachandran via Swapan Shridhar). archived-at: Tue, 03 Oct 2017 20:15:51 -0000 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 Authored: Sat Sep 30 01:12:28 2017 -0700 Committer: Swapan Shridhar 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