YARN-9711. Missing spaces in NMClientImpl (#1177) Contributed by Charles Xu.

This commit is contained in:
Charles Xu 2019-08-08 21:41:04 +08:00 committed by Wei-Chiu Chuang
parent 3b38f2019e
commit 9e6519a11a
1 changed files with 2 additions and 2 deletions

View File

@ -130,11 +130,11 @@ public class NMClientImpl extends NMClient {
} catch (YarnException e) {
LOG.error("Failed to stop Container " +
startedContainer.getContainerId() +
"when stopping NMClientImpl");
" when stopping NMClientImpl");
} catch (IOException e) {
LOG.error("Failed to stop Container " +
startedContainer.getContainerId() +
"when stopping NMClientImpl");
" when stopping NMClientImpl");
}
}
}