brickhouse.hive.hook
Class CompositePreExecuteHook

java.lang.Object
  extended by brickhouse.hive.hook.CompositePreExecuteHook
All Implemented Interfaces:
org.apache.hadoop.hive.ql.exec.HadoopJobExecHook

public class CompositePreExecuteHook
extends Object
implements org.apache.hadoop.hive.ql.exec.HadoopJobExecHook


Constructor Summary
CompositePreExecuteHook()
           
 
Method Summary
 boolean checkFatalErrors(org.apache.hadoop.mapred.Counters arg0, StringBuilder arg1)
           
 void logPlanProgress(org.apache.hadoop.hive.ql.session.SessionState arg0)
           
 void updateCounters(org.apache.hadoop.mapred.Counters arg0, org.apache.hadoop.mapred.RunningJob arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositePreExecuteHook

public CompositePreExecuteHook()
Method Detail

checkFatalErrors

public boolean checkFatalErrors(org.apache.hadoop.mapred.Counters arg0,
                                StringBuilder arg1)
Specified by:
checkFatalErrors in interface org.apache.hadoop.hive.ql.exec.HadoopJobExecHook

logPlanProgress

public void logPlanProgress(org.apache.hadoop.hive.ql.session.SessionState arg0)
                     throws IOException
Specified by:
logPlanProgress in interface org.apache.hadoop.hive.ql.exec.HadoopJobExecHook
Throws:
IOException

updateCounters

public void updateCounters(org.apache.hadoop.mapred.Counters arg0,
                           org.apache.hadoop.mapred.RunningJob arg1)
                    throws IOException
Specified by:
updateCounters in interface org.apache.hadoop.hive.ql.exec.HadoopJobExecHook
Throws:
IOException


Copyright © 2013. All rights reserved.