YARN-5475. Fix test failure of TestAggregatedLogFormat#testReadAcontainerLogs1 (Jun Gong via Varun Saxena)
This commit is contained in:
parent
65a41696b2
commit
96e9f8bec9
|
@ -140,7 +140,8 @@ public class TestAggregatedLogFormat {
|
||||||
final int ch = filler;
|
final int ch = filler;
|
||||||
|
|
||||||
UserGroupInformation ugi = UserGroupInformation.getCurrentUser();
|
UserGroupInformation ugi = UserGroupInformation.getCurrentUser();
|
||||||
LogWriter logWriter = new LogWriter(conf, remoteAppLogFile, ugi);
|
LogWriter logWriter = new LogWriter(new Configuration(), remoteAppLogFile,
|
||||||
|
ugi);
|
||||||
|
|
||||||
LogKey logKey = new LogKey(testContainerId);
|
LogKey logKey = new LogKey(testContainerId);
|
||||||
LogValue logValue =
|
LogValue logValue =
|
||||||
|
|
Loading…
Reference in New Issue