浏览代码

AMBARI-7283 Oozie config backward in compatible change in HDP2.2 (dsen)

Dmytro Sen 10 年之前
父节点
当前提交
6aeb3be27c

+ 9 - 2
ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml

@@ -32,7 +32,14 @@
     </description>
     </description>
   </property>
   </property>
 
 
-
-
+  <property>
+    <name>oozie.service.coord.check.maximum.frequency</name>
+    <value>false</value>
+    <description>
+      When true, Oozie will reject any coordinators with a frequency faster than 5 minutes.  It is not recommended to disable
+      this check or submit coordinators with frequencies faster than 5 minutes: doing so can cause unintended behavior and
+      additional system stress.
+    </description>
+  </property>
 
 
 </configuration>
 </configuration>