YARN-5475. Fix test failure of TestAggregatedLogFormat#testReadAcontainerLogs1 (Jun Gong via Varun Saxena)
This commit is contained in:
parent
ffe1fff526
commit
b427ce12bc
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue