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
abstract  ErrorAndSolution RegexErrorHeuristic.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 ScriptErrorHeuristic.getErrorAndSolution()
           
 ErrorAndSolution DataCorruptErrorHeuristic.getErrorAndSolution()
           
 ErrorAndSolution MapAggrMemErrorHeuristic.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 © 2012 The Apache Software Foundation