|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
JoinOperator.jobClose(org.apache.hadoop.conf.Configuration hconf,
boolean success,
JobCloseFeedBack feedBack)
|
void |
FileSinkOperator.jobClose(org.apache.hadoop.conf.Configuration hconf,
boolean success,
JobCloseFeedBack feedBack)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |