|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandNeedRetryException | |
|---|---|
| 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 | |
| Uses of CommandNeedRetryException in org.apache.hadoop.hive.ql |
|---|
| Methods in org.apache.hadoop.hive.ql that throw CommandNeedRetryException | |
|---|---|
int |
Driver.execute()
|
boolean |
Driver.getResults(List res)
|
CommandProcessorResponse |
Driver.run()
|
CommandProcessorResponse |
Driver.run(String command)
|
CommandProcessorResponse |
Driver.run(String command,
boolean alreadyCompiled)
|
| Uses of CommandNeedRetryException in org.apache.hadoop.hive.ql.exec |
|---|
| Methods in org.apache.hadoop.hive.ql.exec that throw CommandNeedRetryException | |
|---|---|
boolean |
FetchTask.fetch(List res)
|
| Uses of CommandNeedRetryException in org.apache.hadoop.hive.ql.processors |
|---|
| Methods in org.apache.hadoop.hive.ql.processors that throw CommandNeedRetryException | |
|---|---|
CommandProcessorResponse |
ResetProcessor.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||