YARN-6288. Addendum patch to fix compile error.
This commit is contained in:
parent
db5b4c292b
commit
a467e5412e
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue