6162636465666768
* * @throws IOException */ public UserLogManager(Configuration conf) throws IOException { taskLogsTruncater = new TaskLogsTruncater(conf); userLogCleaner = new UserLogCleaner(this, conf); monitorLogEvents.setDaemon(true); }
105106107108109110111112
setFields(conf); } private void setFields(Configuration conf) throws IOException { taskLogsTruncater = new TaskLogsTruncater(conf); userLogCleaner = new UserLogCleaner(this, conf); monitorLogEvents.setDaemon(true); }