You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2017/02/27 19:48:03 UTC

ambari git commit: AMBARI-20212. Remove HDP version check in KAFKA service - addendum patch (Madhuvanthi Radhakrishnan via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk ee3d1a092 -> 236ae87a1


AMBARI-20212. Remove HDP version check in KAFKA service - addendum patch (Madhuvanthi Radhakrishnan via smohanty)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/236ae87a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/236ae87a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/236ae87a

Branch: refs/heads/trunk
Commit: 236ae87a1f7ddad969a00900864395edf57b732f
Parents: ee3d1a0
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Mon Feb 27 11:47:54 2017 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Mon Feb 27 11:47:54 2017 -0800

----------------------------------------------------------------------
 .../resources/stacks/HDP/3.0/properties/stack_features.json     | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/236ae87a/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_features.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_features.json b/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_features.json
index 932dfc9..b081ee1 100644
--- a/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_features.json
+++ b/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_features.json
@@ -22,6 +22,11 @@
       "min_version": "2.2.0.0"
     },
     {
+      "name": "kafka_acl_migration_support",
+      "description": "ACL migration support",
+      "min_version": "2.3.4.0"
+    },
+    {
       "name": "secure_zookeeper",
       "description": "Protect ZNodes with SASL acl in secure clusters",
       "min_version": "2.6.0.0"