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 E1F3E200D37 for ; Thu, 9 Nov 2017 20:11:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E060A160BEF; Thu, 9 Nov 2017 19:11:30 +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 337CB1609C8 for ; Thu, 9 Nov 2017 20:11:30 +0100 (CET) Received: (qmail 288 invoked by uid 500); 9 Nov 2017 19:11:29 -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 273 invoked by uid 99); 9 Nov 2017 19:11:29 -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; Thu, 09 Nov 2017 19:11:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 37AB8DFBCA; Thu, 9 Nov 2017 19:11:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mradhakrishnan@apache.org To: commits@ambari.apache.org Message-Id: <0bdf326757344cbbac3a40e4f1f89646@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-22338 : Review Request for new HDP StackFeatures entry(mradhakrishnan on behalf of ydavis) Date: Thu, 9 Nov 2017 19:11:29 +0000 (UTC) archived-at: Thu, 09 Nov 2017 19:11:31 -0000 Repository: ambari Updated Branches: refs/heads/trunk 430dcbf12 -> c693de365 AMBARI-22338 : Review Request for new HDP StackFeatures entry(mradhakrishnan on behalf of ydavis) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c693de36 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c693de36 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c693de36 Branch: refs/heads/trunk Commit: c693de3650d9b115a3da7639dbd97931c6ebb61b Parents: 430dcbf Author: Madhuvanthi Radhakrishnan Authored: Thu Nov 9 11:09:32 2017 -0800 Committer: Madhuvanthi Radhakrishnan Committed: Thu Nov 9 11:09:32 2017 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.0.6/properties/stack_features.json | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c693de36/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json index 86de20d..702fb13 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json @@ -427,6 +427,11 @@ "name": "hadoop_custom_extensions", "description": "Support hadoop custom extensions", "min_version": "2.6.0.0" + }, + { + "name": "sam_storage_core_in_registry", + "description": "Storage core module moved to registry", + "min_version": "2.6.0.0" } ] }