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 2016/12/15 15:17:56 UTC

ambari git commit: AMBARI-19205. Technical Preview services should not be enabled by default (smohanty)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 72378e26f -> b37d1ffb8


AMBARI-19205. Technical Preview services should not be enabled by default (smohanty)


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

Branch: refs/heads/branch-2.5
Commit: b37d1ffb841004f77c2aaabef74eb38c3b77934f
Parents: 72378e2
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Dec 15 07:17:37 2016 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Dec 15 07:17:45 2016 -0800

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml   | 1 +
 .../src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b37d1ffb/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml
index df697dc..03160ab 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml
@@ -21,6 +21,7 @@
     <service>
       <name>LOGSEARCH</name>
       <extends>common-services/LOGSEARCH/0.5.0</extends>
+      <selection>TECH_PREVIEW</selection>
     </service>
   </services>
 </metainfo>

http://git-wip-us.apache.org/repos/asf/ambari/blob/b37d1ffb/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml
index 118e8c0..f060e8d 100755
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml
@@ -25,6 +25,7 @@
       <name>SPARK2</name>
       <version>2.0.x.2.5</version>
       <extends>common-services/SPARK2/2.0.0</extends>
+      <selection>TECH_PREVIEW</selection>
     </service>
   </services>
 </metainfo>