-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44204/
-----------------------------------------------------------
Review request for oozie.
Bugs: OOZIE-2243
https://issues.apache.org/jira/browse/OOZIE-2243
Repository: oozie-git
Description
-------
Whenever the coord action or workflow gets killed only the job that has error
gets killed while the other hadoop jobs keeps on running and only the workflow
status gets changed to killed.
Diffs
-----
core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java
4fc0c52
core/src/main/java/org/apache/oozie/action/hadoop/LauncherMapperHelper.java
ef6b99d
core/src/main/java/org/apache/oozie/action/oozie/SubWorkflowActionExecutor.java
20e4caf
core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java
2939b60
core/src/test/java/org/apache/hadoop/examples/SleepJob.java 8dec534
core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java
86f0ed2
hadooplibs/hadoop-utils-1/src/main/java/org/apache/oozie/action/hadoop/LauncherMainHadoopUtils.java
dca7820
hadooplibs/hadoop-utils-2/src/main/java/org/apache/oozie/action/hadoop/LauncherMainHadoopUtils.java
ce8c14f
hadooplibs/hadoop-utils-3/src/main/java/org/apache/oozie/action/hadoop/LauncherMainHadoopUtils.java
94e01ea
Diff: https://reviews.apache.org/r/44204/diff/
Testing
-------
done
Thanks,
Jaydeep Vishwakarma