public interface PreExecute extends Hook
| Modifier and Type | Method and Description |
|---|---|
void |
run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
Deprecated.
|
@Deprecated void run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, 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.ugi - The user group security information.ExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.