Uses of Package
org.apache.hadoop.hive.ql.exec.errors

Packages that use org.apache.hadoop.hive.ql.exec.errors
org.apache.hadoop.hive.ql.exec.errors Generates execution error messages using heuristics. 
 

Classes in org.apache.hadoop.hive.ql.exec.errors used by org.apache.hadoop.hive.ql.exec.errors
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 © 2010 The Apache Software Foundation