You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2014/09/12 17:05:24 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk ae4801519 -> 6aeb3be27


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


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

Branch: refs/heads/trunk
Commit: 6aeb3be27c4f0f9abc473cd388e954f41fe5172a
Parents: ae48015
Author: Dmytro Sen <ds...@hortonworks.com>
Authored: Fri Sep 12 17:56:55 2014 +0300
Committer: Dmytro Sen <ds...@hortonworks.com>
Committed: Fri Sep 12 17:56:55 2014 +0300

----------------------------------------------------------------------
 .../HDP/2.2/services/OOZIE/configuration/oozie-site.xml  | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6aeb3be2/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml
index d39f542..8e8be78 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml
@@ -32,7 +32,14 @@
     </description>
   </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>