public static class UpdateInputAccessTimeHook.PreExec extends Object implements PreExecute
| Constructor and Description |
|---|
UpdateInputAccessTimeHook.PreExec() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
The run command that is called just before the execution of the query.
|
public void run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi) throws 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.ExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.