YARN-6288. Addendum patch to fix compile error.

This commit is contained in:
Akira Ajisaka 2017-04-07 12:19:46 +09:00
parent db5b4c292b
commit a467e5412e
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -1379,7 +1379,7 @@ public class TestLogsCLI {
out = writer.getWriter().prepareAppendValue(-1); out = writer.getWriter().prepareAppendValue(-1);
new AggregatedLogFormat.LogValue(rootLogDirs, containerId, new AggregatedLogFormat.LogValue(rootLogDirs, containerId,
UserGroupInformation.getCurrentUser().getShortUserName()).write(out, UserGroupInformation.getCurrentUser().getShortUserName()).write(out,
new HashSet<>()); new HashSet<File>());
out.close(); out.close();
} }
} }