org.apache.hadoop.hive.ql.exec.mr
Interface HadoopJobExecHook

All Known Implementing Classes:
BlockMergeTask, ColumnTruncateTask, ExecDriver, MapRedTask, PartialScanTask

public interface HadoopJobExecHook


Method Summary
 boolean checkFatalErrors(Counters ctrs, StringBuilder errMsg)
           
 void logPlanProgress(SessionState ss)
           
 void updateCounters(Counters ctrs, RunningJob rj)
           
 

Method Detail

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