| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.errors |
Generates execution error messages using heuristics.
|
| Class and Description |
|---|
| ErrorAndSolution
Immutable class for storing a possible error and a resolution suggestion.
|
| ErrorHeuristic
Classes implementing ErrorHeuristic are able to generate a possible cause and
solution for Hive jobs that have failed by examining the query, task log
files, and the job configuration.
|
| RegexErrorHeuristic
Simple heuristic where the query and the lines of the task log file are run
through regular expressions to see if they resemble a known error condition.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.