Ver Fonte

AMBARI-3301. Unavailable stacks should be hidden. (mahadev)

Mahadev Konar há 12 anos atrás
pai
commit
c0822d817e

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.2.1/metainfo.xml

@@ -17,6 +17,6 @@
 -->
 <metainfo>
     <versions>
-	  <active>true</active>
+	  <active>false</active>
     </versions>
 </metainfo>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.3.0/metainfo.xml

@@ -17,6 +17,6 @@
 -->
 <metainfo>
     <versions>
-	  <active>true</active>
+	  <active>false</active>
     </versions>
 </metainfo>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.0.5/metainfo.xml

@@ -17,6 +17,6 @@
 -->
 <metainfo>
     <versions>
-	  <active>true</active>
+	  <active>false</active>
     </versions>
 </metainfo>

+ 22 - 0
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml

@@ -280,4 +280,26 @@
       </value>
       <description>List of Oozie services</description>
     </property>
+    <property>
+      <name>oozie.service.URIHandlerService.uri.handlers</name>
+      <value>org.apache.oozie.dependency.FSURIHandler,org.apache.oozie.dependency.HCatURIHandler</value>
+      <description>
+        Enlist the different uri handlers supported for data availability checks.
+      </description>
+    </property>
+    <property>
+    <name>oozie.services.ext</name>
+    <value>org.apache.oozie.service.PartitionDependencyManagerService,org.apache.oozie.service.HCatAccessorService</value>
+    <description>
+       To add/replace services defined in 'oozie.services' with custom implementations.
+       Class names must be separated by commas.
+    </description>
+    </property>
+    <property>
+    <name>oozie.service.coord.push.check.requeue.interval</name>
+    <value>30000</value>
+    <description>
+        Command re-queue interval for push dependencies (in millisecond).
+    </description>
+    </property>
 </configuration>

+ 22 - 0
ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/OOZIE/configuration/oozie-site.xml

@@ -280,4 +280,26 @@
       </value>
       <description>List of Oozie services</description>
     </property>
+    <property>
+      <name>oozie.service.URIHandlerService.uri.handlers</name>
+      <value>org.apache.oozie.dependency.FSURIHandler,org.apache.oozie.dependency.HCatURIHandler</value>
+      <description>
+        Enlist the different uri handlers supported for data availability checks.
+      </description>
+    </property>
+    <property>
+    <name>oozie.services.ext</name>
+    <value>org.apache.oozie.service.PartitionDependencyManagerService,org.apache.oozie.service.HCatAccessorService</value>
+    <description>
+       To add/replace services defined in 'oozie.services' with custom implementations.
+       Class names must be separated by commas.
+    </description>
+    </property>
+    <property>
+    <name>oozie.service.coord.push.check.requeue.interval</name>
+    <value>30000</value>
+    <description>
+        Command re-queue interval for push dependencies (in millisecond).
+    </description>
+    </property>
 </configuration>