Java 类org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent 实例源码

项目:hadoop-2.6.0-cdh5.4.3    文件:UtilsForTests.java   
public void addLogEvent(UserLogEvent event) {
  try {
    super.addLogEvent(event);
    super.monitor();
  } catch (Exception e) {
    fail("failed to process action " + event.getEventType());
  }
}
项目:hadoop-on-lustre    文件:UtilsForTests.java   
public void addLogEvent(UserLogEvent event) {
  try {
    super.addLogEvent(event);
    super.monitor();
  } catch (Exception e) {
    fail("failed to process action " + event.getEventType());
  }
}
项目:hanoi-hadoop-2.0.0-cdh    文件:UtilsForTests.java   
public void addLogEvent(UserLogEvent event) {
  try {
    super.addLogEvent(event);
    super.monitor();
  } catch (Exception e) {
    fail("failed to process action " + event.getEventType());
  }
}
项目:hortonworks-extension    文件:UtilsForTests.java   
public void addLogEvent(UserLogEvent event) {
  try {
    super.addLogEvent(event);
    super.monitor();
  } catch (Exception e) {
    fail("failed to process action " + event.getEventType());
  }
}
项目:hortonworks-extension    文件:UtilsForTests.java   
public void addLogEvent(UserLogEvent event) {
  try {
    super.addLogEvent(event);
    super.monitor();
  } catch (Exception e) {
    fail("failed to process action " + event.getEventType());
  }
}