You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/04/24 12:01:28 UTC

[13/50] [abbrv] ambari git commit: AMBARI-20778. Add NIFI StackFeatures to HDP StackFeatures. (mradhakrishnan)

AMBARI-20778. Add NIFI StackFeatures to HDP StackFeatures. (mradhakrishnan)


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

Branch: refs/heads/branch-3.0-perf
Commit: d853ad8366ee150aca0a7ee883b01edf98724cd4
Parents: 8d0ec08
Author: Madhuvanthi Radhakrishnan <mr...@hortonworks.com>
Authored: Wed Apr 19 13:43:31 2017 -0700
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Apr 24 14:59:56 2017 +0300

----------------------------------------------------------------------
 .../stacks/HDP/2.0.6/properties/stack_features.json      | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d853ad83/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 34f3c07..bbd8bfc 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
@@ -397,6 +397,17 @@
       "name": "ranger_kms_ssl",
       "description": "Ranger KMS SSL properties in ambari stack",
       "min_version": "2.6.0.0"
+    },
+    {
+      "name": "nifi_encrypt_config",
+      "description": "Encrypt sensitive properties written to nifi property file",
+      "min_version": "2.6.0.0"
+    },
+    {
+      "name": "toolkit_config_update",
+      "description": "Support separate input and output for toolkit configuration",
+      "min_version": "2.6.0.0"
     }
+
   ]
 }