| 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 |
|---|---|
CommandProcessorResponse |
Driver.compileAndRespond(String command) |
CommandProcessorResponse |
IDriver.compileAndRespond(String statement) |
CommandProcessorResponse |
Driver.compileAndRespond(String command,
boolean cleanupTxnList) |
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) |
static CommandProcessorResponse |
SetProcessor.setVariable(String varName,
String varValue) |
| 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.