public interface PreExecute extends Hook
Modifier and Type | Method and Description |
---|---|
void |
run(SessionState sess,
java.util.Set<ReadEntity> inputs,
java.util.Set<WriteEntity> outputs,
UserGroupInformation ugi)
Deprecated.
|
@Deprecated void run(SessionState sess, java.util.Set<ReadEntity> inputs, java.util.Set<WriteEntity> outputs, UserGroupInformation ugi) throws java.lang.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.java.lang.Exception
Copyright © 2012 The Apache Software Foundation