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 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)
           
 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.
 



Copyright © 2011 The Apache Software Foundation