You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2016/12/01 08:14:14 UTC

[31/50] ambari git commit: AMBARI-19022: Ambari-server: Remove credential store from KNOX stack definition since it does not support credential store

AMBARI-19022: Ambari-server: Remove credential store from KNOX stack definition since it does not support credential store


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

Branch: refs/heads/branch-feature-AMBARI-18901
Commit: 8036eb247691f7e5278ab13bb36b60eaac4973df
Parents: 40fde4a
Author: Nahappan Somasundaram <ns...@hortonworks.com>
Authored: Tue Nov 29 14:44:39 2016 -0800
Committer: Nahappan Somasundaram <ns...@hortonworks.com>
Committed: Tue Nov 29 20:53:04 2016 -0800

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8036eb24/ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml
index 01af67c..8f303a5 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/KNOX/metainfo.xml
@@ -21,10 +21,6 @@
     <service>
       <name>KNOX</name>
       <version>0.9.0.2.5</version>
-      <credential-store>
-        <supported>true</supported>
-        <enabled>false</enabled>
-      </credential-store>
     </service>
   </services>
 </metainfo>