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/branch-feature-AMBARI-22008 Commit: c693de3650d9b115a3da7639dbd97931c6ebb61b Parents: 430dcbf Author: Madhuvanthi Radhakrishnan <mradhakrish...@hortonworks.com> Authored: Thu Nov 9 11:09:32 2017 -0800 Committer: Madhuvanthi Radhakrishnan <mradhakrish...@hortonworks.com> 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" } ] }