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 C464D200D11 for ; Mon, 2 Oct 2017 19:17:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BAC871609EF; Mon, 2 Oct 2017 17:17:47 +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 0D3F31609C0 for ; Mon, 2 Oct 2017 19:17:46 +0200 (CEST) Received: (qmail 57270 invoked by uid 500); 2 Oct 2017 17:17:46 -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 57260 invoked by uid 99); 2 Oct 2017 17:17:46 -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; Mon, 02 Oct 2017 17:17:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5E56DF56A9; Mon, 2 Oct 2017 17:17:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swapan@apache.org To: commits@ambari.apache.org Message-Id: <4b4248f16a70416ab255dc3a03ad4742@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-22033. LLAP log level propagated incorrectly. Date: Mon, 2 Oct 2017 17:17:44 +0000 (UTC) archived-at: Mon, 02 Oct 2017 17:17:48 -0000 Repository: ambari Updated Branches: refs/heads/trunk 9039f103d -> d2672403c AMBARI-22033. LLAP log level propagated incorrectly. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d2672403 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d2672403 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d2672403 Branch: refs/heads/trunk Commit: d2672403cf15e8418531950987eff17abefbb355 Parents: 9039f10 Author: Swapan Shridhar Authored: Sat Sep 30 01:12:28 2017 -0700 Committer: Swapan Shridhar Committed: Mon Oct 2 10:17:39 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/d2672403/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