Uses of Class
org.apache.hadoop.hive.ql.exec.errors.ErrorAndSolution

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()
           
 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()
           
 ErrorAndSolution MapAggrMemErrorHeuristic.getErrorAndSolution()
           
abstract  ErrorAndSolution RegexErrorHeuristic.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.
 



Copyright © 2011 The Apache Software Foundation