| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.processors | |
| org.apache.hadoop.hive.ql.reexec |
| Modifier and Type | Method and Description |
|---|---|
static CommandProcessorException |
DriverUtils.createProcessorException(DriverContext driverContext,
int ret,
String errorMessage,
String sqlState,
Throwable downstreamError) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DriverUtils.checkInterrupted(DriverState driverState,
DriverContext driverContext,
String msg,
HookContext hookContext,
PerfLogger perfLogger) |
QueryPlan |
Compiler.compile(String rawCommand,
boolean deferClose) |
void |
Driver.compile(String command,
boolean resetTaskIds,
boolean deferClose)
Compiles an HQL command, creates an execution plan for it.
|
CommandProcessorResponse |
Driver.compileAndRespond(String command) |
CommandProcessorResponse |
IDriver.compileAndRespond(String statement) |
CommandProcessorResponse |
Driver.compileAndRespond(String command,
boolean cleanupTxnList) |
void |
Executor.execute() |
static String |
DriverUtils.getUserFromUGI(DriverContext driverContext) |
static void |
DriverUtils.handleHiveException(DriverContext driverContext,
HiveException e,
int ret,
String rootMsg) |
void |
Driver.lockAndRespond() |
CommandProcessorResponse |
Driver.run()
Executes a previously compiled HQL command.
|
CommandProcessorResponse |
IDriver.run() |
CommandProcessorResponse |
Driver.run(String command)
Compiles and executes an HQL command.
|
CommandProcessorResponse |
IDriver.run(String command) |
| Modifier and Type | Method and Description |
|---|---|
CommandProcessorResponse |
SetProcessor.executeSetVariable(String varName,
String varValue) |
CommandProcessorResponse |
SetProcessor.run(String command) |
CommandProcessorResponse |
ErasureProcessor.run(String command) |
CommandProcessorResponse |
DeleteResourceProcessor.run(String command) |
CommandProcessorResponse |
AddResourceProcessor.run(String command) |
CommandProcessorResponse |
CompileProcessor.run(String command)
User supplies dynamic code in this format:
COMPILE ` some code here ` AS groovy NAMED something.groovy;
CompileProcessor will compile and package this code into a jar.
|
CommandProcessorResponse |
LlapCacheResourceProcessor.run(String command) |
CommandProcessorResponse |
CommandProcessor.run(String command) |
CommandProcessorResponse |
CryptoProcessor.run(String command) |
CommandProcessorResponse |
ListResourceProcessor.run(String command) |
CommandProcessorResponse |
DfsProcessor.run(String command) |
CommandProcessorResponse |
ResetProcessor.run(String command) |
CommandProcessorResponse |
LlapClusterResourceProcessor.run(String command) |
CommandProcessorResponse |
ReloadProcessor.run(String command) |
| Modifier and Type | Method and Description |
|---|---|
CommandProcessorResponse |
ReExecDriver.compileAndRespond(String statement) |
CommandProcessorResponse |
ReExecDriver.run() |
CommandProcessorResponse |
ReExecDriver.run(String command) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.