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 87949200CEC for ; Mon, 31 Jul 2017 16:10:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 86518165434; Mon, 31 Jul 2017 14:10:21 +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 E4CE316542A for ; Mon, 31 Jul 2017 16:10:19 +0200 (CEST) Received: (qmail 28536 invoked by uid 500); 31 Jul 2017 14:10:19 -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 27326 invoked by uid 99); 31 Jul 2017 14:10:18 -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, 31 Jul 2017 14:10:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EDBFDF3337; Mon, 31 Jul 2017 14:10:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jonathanhurley@apache.org To: commits@ambari.apache.org Date: Mon, 31 Jul 2017 14:10:37 -0000 Message-Id: <1ed0359011e649dbaf7965034ba990b4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [22/25] ambari git commit: AMBARI-21610. EU: Modify configs to enable custom extensions functionality. (swagle) archived-at: Mon, 31 Jul 2017 14:10:21 -0000 AMBARI-21610. EU: Modify configs to enable custom extensions functionality. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5aa398c6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5aa398c6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5aa398c6 Branch: refs/heads/branch-feature-AMBARI-21450 Commit: 5aa398c631808c08ab433bc34a2adda1e6cb6666 Parents: 9b309e3 Author: Siddharth Wagle Authored: Fri Jul 28 17:04:58 2017 -0700 Committer: Siddharth Wagle Committed: Fri Jul 28 17:47:45 2017 -0700 ---------------------------------------------------------------------- .../4.2.5/upgrades/config-upgrade.xml | 24 ++++++++++++++++++ .../upgrades/nonrolling-upgrade-to-hdp-2.6.xml | 22 ++++++++++++++++- .../BigInsights/4.2/upgrades/config-upgrade.xml | 26 ++++++++++++++++++++ .../upgrades/nonrolling-upgrade-to-hdp-2.6.xml | 22 ++++++++++++++++- 4 files changed, 92 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5aa398c6/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml index f71e91a..f4068a2 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml @@ -39,6 +39,7 @@ hadoop-env + hdfs-site @@ -51,6 +52,10 @@ hadoop-env + + core-site + + @@ -99,6 +104,14 @@ hbase-env + + hbase-site + + + + hbase-env + + @@ -216,6 +229,17 @@ hive-site + + + hive-site + + + + + hive-env + + + http://git-wip-us.apache.org/repos/asf/ambari/blob/5aa398c6/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml index a7fdeec..00e8b22 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/nonrolling-upgrade-to-hdp-2.6.xml @@ -222,6 +222,12 @@ + + + Enable custom extensions in core-site + + + @@ -257,6 +263,14 @@ + + + + + + + + @@ -304,7 +318,13 @@ - + + + + + + + http://git-wip-us.apache.org/repos/asf/ambari/blob/5aa398c6/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml index e8ccc22..17e80b5 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml @@ -131,6 +131,7 @@ hadoop-env + hdfs-site @@ -143,6 +144,10 @@ hadoop-env + + core-site + + @@ -153,6 +158,7 @@ yarn-site + yarn-env @@ -168,6 +174,7 @@ mapred-site + @@ -191,6 +198,14 @@ hbase-env + + hbase-site + + + + hbase-env + + @@ -240,6 +255,17 @@ hive-site + + + hive-site + + + + + hive-env + + + http://git-wip-us.apache.org/repos/asf/ambari/blob/5aa398c6/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml index ed6414d..55736cf 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml @@ -217,6 +217,12 @@ + + + Enable custom extensions in core-site + + + @@ -252,6 +258,14 @@ + + + + + + + + @@ -261,7 +275,13 @@ - + + + + + + +