YARN-9711. Missing spaces in NMClientImpl (#1177) Contributed by Charles Xu.
This commit is contained in:
parent
3b38f2019e
commit
9e6519a11a
|
@ -130,11 +130,11 @@ public class NMClientImpl extends NMClient {
|
||||||
} catch (YarnException e) {
|
} catch (YarnException e) {
|
||||||
LOG.error("Failed to stop Container " +
|
LOG.error("Failed to stop Container " +
|
||||||
startedContainer.getContainerId() +
|
startedContainer.getContainerId() +
|
||||||
"when stopping NMClientImpl");
|
" when stopping NMClientImpl");
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Failed to stop Container " +
|
LOG.error("Failed to stop Container " +
|
||||||
startedContainer.getContainerId() +
|
startedContainer.getContainerId() +
|
||||||
"when stopping NMClientImpl");
|
" when stopping NMClientImpl");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue