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

snemeth 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 3f4f097  MAPREDUCE-7230. TestHSWebApp.testLogsViewSingle fails. 
Contributed by Prabhu Joseph
3f4f097 is described below

commit 3f4f097f1f29249c8ad5d59ccefcddf0a66b2e6b
Author: Szilard Nemeth <snem...@apache.org>
AuthorDate: Thu Aug 15 17:07:43 2019 +0200

    MAPREDUCE-7230. TestHSWebApp.testLogsViewSingle fails. Contributed by 
Prabhu Joseph
---
 .../java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHSWebApp.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHSWebApp.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHSWebApp.java
index 287c646..8cce1c3 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHSWebApp.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHSWebApp.java
@@ -233,8 +233,8 @@ public class TestHSWebApp {
     PrintWriter spyPw = WebAppTests.getPrintWriter(injector);
     verify(spyPw).write(
         "Logs not available for container_10_0001_01_000001."
-            + " Aggregation may not be complete, "
-            + "Check back later or try the nodemanager at "
+            + " Aggregation may not be complete, Check back later or try to"
+            + " find the container logs in the local directory of nodemanager "
             + MockJobs.NM_HOST + ":" + MockJobs.NM_PORT);
   }
 


---------------------------------------------------------------------
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