| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.processors |
| Modifier and Type | Method and Description |
|---|---|
CommandProcessorResponse |
Driver.compileAndRespond(String command) |
CommandProcessorResponse |
Driver.run() |
CommandProcessorResponse |
Driver.run(String command) |
CommandProcessorResponse |
Driver.run(String command,
boolean alreadyCompiled) |
| Modifier and Type | Method and Description |
|---|---|
static CommandProcessorResponse |
CommandProcessorResponse.create(Exception e)
Create CommandProcessorResponse object indicating an error.
|
CommandProcessorResponse |
SetProcessor.executeSetVariable(String varname,
String varvalue) |
CommandProcessorResponse |
SetProcessor.run(String command) |
CommandProcessorResponse |
ResetProcessor.run(String command) |
CommandProcessorResponse |
ReloadProcessor.run(String command) |
CommandProcessorResponse |
ListResourceProcessor.run(String command) |
CommandProcessorResponse |
DfsProcessor.run(String command) |
CommandProcessorResponse |
DeleteResourceProcessor.run(String command) |
CommandProcessorResponse |
CryptoProcessor.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 |
CommandProcessor.run(String command) |
CommandProcessorResponse |
AddResourceProcessor.run(String command) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.