Skip to content

Commit

Permalink
Remove a blank
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Shaohui authored and shaofengshi committed Mar 19, 2019
1 parent 24d08d2 commit 4abe712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public Pair<Integer, String> call() throws Exception {
executorService.shutdownNow(); // interrupt
extra = mgr.getOutput(getId()).getExtra();
if (extra != null) {
String newJobId = extra.get(ExecutableConstants.SPARK_JOB_ID);
String newJobId = extra.get(ExecutableConstants.SPARK_JOB_ID);
if (StringUtils.isNotEmpty(newJobId)) {
killAppRetry(newJobId);
}
Expand Down

0 comments on commit 4abe712

Please sign in to comment.