Commit 00ed104
[CELEBORN-1420] Fix mapreduce job will throw an exit exception after it succeeded
### What changes were proposed in this pull request?
Set the correct flag to remove a redundant exception.
### Why are the changes needed?
To remove a redundant exception.
### Does this PR introduce _any_ user-facing change?
NO.
### How was this patch tested?
Manually test.
Closes #2505 from FMX/b1420.
Authored-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>1 parent d7baa52 commit 00ed104
File tree
1 file changed
+12
-0
lines changed- client-mr/mr/src/main/java/org/apache/celeborn/mapreduce/v2/app
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
152 | 164 | | |
153 | 165 | | |
154 | 166 | | |
| |||
0 commit comments