| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.exec.errors |
Generates execution error messages using heuristics.
|
| org.apache.hadoop.hive.ql.lockmgr |
Hive Lock Manager interfaces and some custom implmentations
|
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.optimizer.calcite | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.processors |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMsg |
ErrorMsg.getErrorMsg(Exception e)
Given a remote runtime exception, returns the ErrorMsg object associated with it.
|
static ErrorMsg |
ErrorMsg.getErrorMsg(int errorCode)
Given an error code, returns the ErrorMsg object associated with it.
|
static ErrorMsg |
ErrorMsg.getErrorMsg(String mesg)
Given an error message string, returns the ErrorMsg object associated with it.
|
static ErrorMsg |
ErrorMsg.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorMsg[] |
ErrorMsg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorMsg |
DataConstraintViolationError.getCanonicalErrorMsg() |
| Constructor and Description |
|---|
DataConstraintViolationError(ErrorMsg errorMsg) |
DataConstraintViolationError(ErrorMsg message,
String... msgArgs) |
DataConstraintViolationError(Throwable cause,
ErrorMsg errorMsg) |
DataConstraintViolationError(Throwable cause,
ErrorMsg errorMsg,
String... msgArgs)
This is the recommended constructor to use since it helps use
canonical messages throughout and propagate remote errors.
|
| Constructor and Description |
|---|
LockException(Throwable cause,
ErrorMsg errorMsg) |
LockException(Throwable cause,
ErrorMsg errorMsg,
String... msgArgs) |
| Modifier and Type | Method and Description |
|---|---|
ErrorMsg |
HiveException.getCanonicalErrorMsg() |
| Constructor and Description |
|---|
HiveException(ErrorMsg errorMsg) |
HiveException(ErrorMsg message,
String... msgArgs) |
HiveException(Throwable cause,
ErrorMsg errorMsg) |
HiveException(Throwable cause,
ErrorMsg errorMsg,
String... msgArgs) |
HiveException(Throwable cause,
String remErrMsg,
ErrorMsg errorMsg,
String... msgArgs)
This is the recommended constructor to use since it helps use
canonical messages throughout and propagate remote errors.
|
| Constructor and Description |
|---|
CalciteSemanticException(ErrorMsg errorMsg,
String... msgArgs) |
CalciteSubquerySemanticException(ErrorMsg errorMsg,
String... msgArgs) |
CalciteViewSemanticException(ErrorMsg errorMsg,
String... msgArgs) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseSemanticAnalyzer.toMessage(ErrorMsg message,
Object detail) |
| Constructor and Description |
|---|
SemanticException(ErrorMsg errorMsg,
String... msgArgs) |
| Constructor and Description |
|---|
CommandProcessorResponse(int responseCode,
ErrorMsg canonicalErrMsg,
Throwable t,
String... msgArgs) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.