Author: virag
Date: Tue Mar 5 17:23:33 2013
New Revision: 1452907
URL: http://svn.apache.org/r1452907
Log:
OOZIE-1247 CoordActionInputCheck shouldn't queue CoordPushInputCheck (rohini
via virag)
Modified:
oozie/branches/branch-4.0/core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java
oozie/branches/branch-4.0/release-log.txt
Modified:
oozie/branches/branch-4.0/core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java?rev=1452907&r1=1452906&r2=1452907&view=diff
==============================================================================
---
oozie/branches/branch-4.0/core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java
(original)
+++
oozie/branches/branch-4.0/core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java
Tue Mar 5 17:23:33 2013
@@ -154,9 +154,6 @@ public class CoordActionInputCheckXComma
queue(new
CoordActionInputCheckXCommand(coordAction.getId(), coordAction.getJobId()),
getCoordInputCheckRequeueInterval());
}
- else {
- queue(new
CoordPushDependencyCheckXCommand(coordAction.getId()));
- }
}
else {
if (!nonExistListStr.isEmpty() && pushDeps == null ||
pushDeps.length() == 0) {
Modified: oozie/branches/branch-4.0/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1452907&r1=1452906&r2=1452907&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Tue Mar 5 17:23:33 2013
@@ -1,5 +1,6 @@
-- Oozie 4.0.0 (unreleased)
+OOZIE-1247 CoordActionInputCheck shouldn't queue CoordPushInputCheck (rohini
via virag)
OOZIE-1235 CoordPushCheck doesn't evaluate the configuration section which is
propogated to workflow (virag)
OOZIE-1203 Oozie web-console to display Bundle job definition, configuration
and log tabs (mona)
OOZIE-1237 Bump up trunk to 4.0.0-SNAPSHOT (virag)