|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostExecute
The post execute hook interface. A list of such hooks can be configured to be called after compilation and before execution.
| Method Summary | |
|---|---|
void |
run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LineageInfo lInfo,
org.apache.hadoop.security.UserGroupInformation ugi)
Deprecated. |
| Method Detail |
|---|
@Deprecated
void run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LineageInfo lInfo,
org.apache.hadoop.security.UserGroupInformation ugi)
throws Exception
sess - The session state.inputs - The set of input tables and partitions.outputs - The set of output tables, partitions, local and hdfs directories.lInfo - The column level lineage information.ugi - The user group security information.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||