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 4AB90200C68 for ; Wed, 19 Apr 2017 02:59:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 491D7160BAC; Wed, 19 Apr 2017 00:59:22 +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 69026160BA1 for ; Wed, 19 Apr 2017 02:59:21 +0200 (CEST) Received: (qmail 71528 invoked by uid 500); 19 Apr 2017 00:59:20 -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 71519 invoked by uid 99); 19 Apr 2017 00:59:20 -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; Wed, 19 Apr 2017 00:59:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 15296DFB92; Wed, 19 Apr 2017 00:59:20 +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: <45c6ffc70b21431d8a60002b2cea122f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-20782. Add config changes from AMBARI-20537 to hive component upgrade path. (Swapan Shridhar via Prasanth Jayachandran). Date: Wed, 19 Apr 2017 00:59:20 +0000 (UTC) archived-at: Wed, 19 Apr 2017 00:59:22 -0000 Repository: ambari Updated Branches: refs/heads/branch-2.5 71399b7f7 -> 8be765f1d AMBARI-20782. Add config changes from AMBARI-20537 to hive component upgrade path. (Swapan Shridhar via Prasanth Jayachandran). Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8be765f1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8be765f1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8be765f1 Branch: refs/heads/branch-2.5 Commit: 8be765f1d08b8b28c5170a11a97ea7da4ec67671 Parents: 71399b7 Author: Swapan Shridhar Authored: Tue Apr 18 17:58:27 2017 -0700 Committer: Swapan Shridhar Committed: Tue Apr 18 17:58:35 2017 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.5/upgrades/config-upgrade.xml | 10 ++++++ .../HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml | 37 +++++++++++++------- .../stacks/HDP/2.5/upgrades/upgrade-2.6.xml | 2 ++ 3 files changed, 36 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8be765f1/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml index 1762d15..99107ef 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml @@ -481,6 +481,16 @@ + + hive-interactive-env + + + + + hive-interactive-site + + + http://git-wip-us.apache.org/repos/asf/ambari/blob/8be765f1/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml index f1b26d6..e347a02 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml @@ -536,6 +536,30 @@ + + + Updating headroom for LLAP + + + + + + Updating Hash Aggregation settings for LLAP + + + + + + Updating JVM stack size for LLAP + + + + + + Updating tez shuffle parallel copies for LLAP + + + @@ -692,19 +716,6 @@ wait_for_safemode_off - - - - Updating the Hive Log4J2 properties to include parameterizations - - - - - - Updating Hash Aggregation settings for LLAP - - - http://git-wip-us.apache.org/repos/asf/ambari/blob/8be765f1/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml index 53d4579..94aab48 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml @@ -842,6 +842,8 @@ + +