org.apache.hadoop.hive.ql.exec.mr
Interface HadoopJobExecHook
- All Known Implementing Classes:
- BlockMergeTask, ColumnTruncateTask, ExecDriver, MapRedTask, PartialScanTask
public interface HadoopJobExecHook
updateCounters
void updateCounters(Counters ctrs,
RunningJob rj)
throws IOException
- Throws:
IOException
checkFatalErrors
boolean checkFatalErrors(Counters ctrs,
StringBuilder errMsg)
logPlanProgress
void logPlanProgress(SessionState ss)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation