-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44204/
-----------------------------------------------------------
(Updated Aug. 27, 2016, 7:46 p.m.)
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 (updated)
-----
core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java
e546e77
core/src/main/java/org/apache/oozie/action/hadoop/LauncherMapperHelper.java
ed06707
core/src/main/java/org/apache/oozie/action/oozie/SubWorkflowActionExecutor.java
1ea7097
core/src/test/java/org/apache/hadoop/examples/SleepJob.java 8dec534
core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java
5f9e29a
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