This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9e6519a  YARN-9711. Missing spaces in NMClientImpl (#1177) Contributed 
by Charles Xu.
9e6519a is described below

commit 9e6519a11a1689d6c213d281b594745f4dc82895
Author: Charles Xu <xuchao0...@gmail.com>
AuthorDate: Thu Aug 8 21:41:04 2019 +0800

    YARN-9711. Missing spaces in NMClientImpl (#1177) Contributed by Charles Xu.
---
 .../java/org/apache/hadoop/yarn/client/api/impl/NMClientImpl.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/impl/NMClientImpl.java
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/impl/NMClientImpl.java
index 96a93c2..fcc48e2 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/impl/NMClientImpl.java
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/impl/NMClientImpl.java
@@ -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");
       }
     }
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to