public static class UpdateInputAccessTimeHook.PreExec extends java.lang.Object implements PreExecute
| Constructor and Description |
|---|
PreExec() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(SessionState sess,
java.util.Set<ReadEntity> inputs,
java.util.Set<WriteEntity> outputs,
UserGroupInformation ugi)
The run command that is called just before the execution of the query.
|
public void run(SessionState sess, java.util.Set<ReadEntity> inputs, java.util.Set<WriteEntity> outputs, UserGroupInformation ugi) throws java.lang.Exception
PreExecuterun in interface PreExecutesess - 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.ExceptionCopyright © 2012 The Apache Software Foundation