Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 bc236bd95 -> b539bebd4


AMBARI-18399. Ambari UI to auto select Slider client to get deployed on the 
History Server host (akovalenko)


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

Branch: refs/heads/branch-2.5
Commit: b539bebd40e184bfe5b1c82cfe223857f42cdaec
Parents: bc236bd
Author: Aleksandr Kovalenko <akovale...@hortonworks.com>
Authored: Thu Sep 15 15:19:19 2016 +0300
Committer: Aleksandr Kovalenko <akovale...@hortonworks.com>
Committed: Thu Sep 15 15:19:19 2016 +0300

----------------------------------------------------------------------
 .../resources/common-services/YARN/2.1.0.2.0/metainfo.xml     | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b539bebd/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml 
b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
index f80fa8a..25e242b 100644
--- 
a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
+++ 
b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
@@ -217,6 +217,13 @@
                 <enabled>true</enabled>
               </auto-deploy>
             </dependency>
+            <dependency>
+              <name>SLIDER/SLIDER</name>
+              <scope>host</scope>
+              <auto-deploy>
+                <enabled>true</enabled>
+              </auto-deploy>
+            </dependency>
           </dependencies>
           <commandScript>
             <script>scripts/historyserver.py</script>

Reply via email to