YARN-5475. Fix test failure of TestAggregatedLogFormat#testReadAcontainerLogs1 (Jun Gong via Varun Saxena)

This commit is contained in:
Varun Saxena 2016-08-16 20:24:53 +05:30
parent ffe1fff526
commit b427ce12bc
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,8 @@ public class TestAggregatedLogFormat {
final int ch = filler;
UserGroupInformation ugi = UserGroupInformation.getCurrentUser();
LogWriter logWriter = new LogWriter(conf, remoteAppLogFile, ugi);
LogWriter logWriter = new LogWriter(new Configuration(), remoteAppLogFile,
ugi);
LogKey logKey = new LogKey(testContainerId);
LogValue logValue =