Uses of Class
org.apache.hadoop.hive.ql.exec.JobCloseFeedBack

Packages that use JobCloseFeedBack
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of JobCloseFeedBack in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type JobCloseFeedBack
 void Operator.jobClose(org.apache.hadoop.conf.Configuration conf, boolean success, JobCloseFeedBack feedBack)
          Unlike other operator interfaces which are called from map or reduce task, jobClose is called from the jobclient side once the job has completed.
 void FileSinkOperator.jobClose(org.apache.hadoop.conf.Configuration hconf, boolean success, JobCloseFeedBack feedBack)
           
 void JoinOperator.jobClose(org.apache.hadoop.conf.Configuration hconf, boolean success, JobCloseFeedBack feedBack)
           
 



Copyright © 2010 The Apache Software Foundation