Skip to content

Commit

Permalink
[FLINK-16546][yarn] Fix logging bug in YarnClusterDescriptor#startApp…
Browse files Browse the repository at this point in the history
…Master
  • Loading branch information
zhengcanbin authored and rmetzger committed Mar 11, 2020
1 parent 1b628d4 commit 81c48e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ private ApplicationReport startAppMaster(
throw e;
} finally {
if (tmpJobGraphFile != null && !tmpJobGraphFile.delete()) {
LOG.warn("Fail to delete temporary file {}.", tmpConfigurationFile.toPath());
LOG.warn("Fail to delete temporary file {}.", tmpJobGraphFile.toPath());
}
}
}
Expand Down

0 comments on commit 81c48e5

Please sign in to comment.