You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2014/12/22 12:19:03 UTC

ambari git commit: AMBARI-6683. Support Oozie HA in Ambari(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/trunk 615a62b01 -> 4cf2b173d


AMBARI-6683. Support Oozie HA in Ambari(vbrodetskyi)


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

Branch: refs/heads/trunk
Commit: 4cf2b173d24a4fb5ab453f728cd29cacd77ef748
Parents: 615a62b
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Mon Dec 22 13:18:27 2014 +0200
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Mon Dec 22 13:18:27 2014 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/OOZIE/metainfo.xml  | 36 ++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4cf2b173/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/metainfo.xml
index 3798f79..53a88d4 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/metainfo.xml
@@ -21,6 +21,42 @@
     <service>
       <name>OOZIE</name>
       <version>4.1.0.2.2</version>
+      <components>
+        <component>
+            <name>OOZIE_SERVER</name>
+            <displayName>Oozie Server</displayName>
+            <category>MASTER</category>
+            <cardinality>1+</cardinality>
+            <dependencies>
+                <dependency>
+                    <name>HDFS/HDFS_CLIENT</name>
+                    <scope>host</scope>
+                    <auto-deploy>
+                        <enabled>true</enabled>
+                    </auto-deploy>
+                </dependency>
+                <dependency>
+                    <name>MAPREDUCE2/MAPREDUCE2_CLIENT</name>
+                    <scope>host</scope>
+                    <auto-deploy>
+                        <enabled>true</enabled>
+                    </auto-deploy>
+                </dependency>
+                <dependency>
+                    <name>YARN/YARN_CLIENT</name>
+                    <scope>host</scope>
+                    <auto-deploy>
+                        <enabled>true</enabled>
+                    </auto-deploy>
+                </dependency>
+            </dependencies>
+            <commandScript>
+                <script>scripts/oozie_server.py</script>
+                <scriptType>PYTHON</scriptType>
+                <timeout>600</timeout>
+            </commandScript>
+        </component>
+      </components>
       <osSpecifics>
         <osSpecific>
           <osFamily>any</osFamily>