Revert "AMBARI-20275. Credential Store should be enabled by default on fresh 
installs (Madhuvanthi Radhakrishnan via smohanty)"

This reverts commit 8e6c3212a4f1c874083c6c803afe253eaa4a07e1.


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 9a7ea1d2edd6db4ce0703817cb1a27f2d6a1333c
Parents: 74b1802
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Sat Mar 4 08:39:13 2017 -0800
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Sat Mar 4 08:39:13 2017 -0800

----------------------------------------------------------------------
 .../main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml    | 1 -
 .../src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml   | 2 +-
 .../src/main/resources/stacks/HDP/2.5/services/OOZIE/metainfo.xml  | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9a7ea1d2/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml 
b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
index 9a12d45..5f6ec51 100644
--- 
a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
+++ 
b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/metainfo.xml
@@ -28,7 +28,6 @@
       <credential-store>
         <supported>true</supported>
         <enabled>true</enabled>
-        <required>true</required>
       </credential-store>
       
       <components>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9a7ea1d2/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml
index f2a1161..4230dd4 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml
@@ -23,7 +23,7 @@
       <version>1.2.1.2.5</version>
       <credential-store>
         <supported>true</supported>
-        <enabled>true</enabled>
+        <enabled>false</enabled>
       </credential-store>
       <components>
         <component>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9a7ea1d2/ambari-server/src/main/resources/stacks/HDP/2.5/services/OOZIE/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/OOZIE/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/OOZIE/metainfo.xml
index 830ff90..df1092a 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/OOZIE/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/OOZIE/metainfo.xml
@@ -22,7 +22,7 @@
       <name>OOZIE</name>
       <credential-store>
         <supported>true</supported>
-        <enabled>true</enabled>
+        <enabled>false</enabled>
       </credential-store>
       <extends>common-services/OOZIE/4.2.0.2.5</extends>
       <themes>

Reply via email to