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