MAPREDUCE-7230. TestHSWebApp.testLogsViewSingle fails. Contributed by Prabhu Joseph

This commit is contained in:
Szilard Nemeth 2019-08-15 17:07:43 +02:00
parent 34681643e9
commit 3f4f097f1f
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ protected void configure() {
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);
}