| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.processors | |
| org.apache.hive.hcatalog.streaming |
HCatalog Streaming API -- high level description
|
| Modifier and Type | Method and Description |
|---|---|
int |
Driver.execute() |
boolean |
Driver.getResults(List res) |
CommandProcessorResponse |
Driver.run() |
CommandProcessorResponse |
Driver.run(String command) |
CommandProcessorResponse |
Driver.run(String command,
boolean alreadyCompiled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FetchTask.fetch(List res) |
| Modifier and Type | Method and Description |
|---|---|
CommandProcessorResponse |
ResetProcessor.run(String command) |
CommandProcessorResponse |
ReloadProcessor.run(String command) |
CommandProcessorResponse |
ListResourceProcessor.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) |
| Constructor and Description |
|---|
QueryFailedException(String query,
CommandNeedRetryException e) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.