|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorAndSolution | |
---|---|
org.apache.hadoop.hive.ql.exec.errors | Generates execution error messages using heuristics. |
Uses of ErrorAndSolution in org.apache.hadoop.hive.ql.exec.errors |
---|
Methods in org.apache.hadoop.hive.ql.exec.errors that return ErrorAndSolution | |
---|---|
ErrorAndSolution |
ScriptErrorHeuristic.getErrorAndSolution()
|
abstract ErrorAndSolution |
RegexErrorHeuristic.getErrorAndSolution()
|
ErrorAndSolution |
MapAggrMemErrorHeuristic.getErrorAndSolution()
|
ErrorAndSolution |
ErrorHeuristic.getErrorAndSolution()
Examine the hive query, job configuration, and the lines from the task log seen so far though processLogLine() and generate a possible cause/solution. |
ErrorAndSolution |
DataCorruptErrorHeuristic.getErrorAndSolution()
|
Methods in org.apache.hadoop.hive.ql.exec.errors that return types with arguments of type ErrorAndSolution | |
---|---|
List<ErrorAndSolution> |
TaskLogProcessor.getErrors()
Processes the provided task logs using the known error heuristics to get the matching errors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |