Uses of Class
org.apache.pig.impl.plan.PlanValidationException

Packages that use PlanValidationException
org.apache.pig.impl.logicalLayer.validators   
org.apache.pig.impl.plan   
 

Uses of PlanValidationException in org.apache.pig.impl.logicalLayer.validators
 

Methods in org.apache.pig.impl.logicalLayer.validators that throw PlanValidationException
 void InputOutputFileValidator.validate(LogicalPlan plan, CompilationMessageCollector messageCollector)
           
 void LogicalPlanValidationExecutor.validate(LogicalPlan plan, CompilationMessageCollector msgCollector)
           
 void TypeCheckingValidator.validate(LogicalPlan plan, CompilationMessageCollector msgCollector)
           
protected  void InputOutputFileVisitor.visit(LOStore store)
          The logic here is just to check that the file(s) do not exist
 

Uses of PlanValidationException in org.apache.pig.impl.plan
 

Methods in org.apache.pig.impl.plan that throw PlanValidationException
 void PlanValidationExecutor.validate(P plan, CompilationMessageCollector msgCollector)
           
abstract  void PlanValidator.validate(P plan, CompilationMessageCollector messageCollector)
          If there are errors during validation, all of the errors have to be collected in the supplied messageCollector.
protected  void PlanValidator.validate(PlanVisitor<O,P> visitor, CompilationMessageCollector messageCollector)
          This convenient method is used when: - if an exception being thrown from the current validation logic indicates that the whole validation pipeline should stop.
protected  void PlanValidator.validateSkipCollectException(PlanVisitor<O,P> visitor, CompilationMessageCollector messageCollector)
          This convenient method is used when: - if an exception being thrown from the current validation logic indicates that the whole validation pipeline should stop.
protected  void PlanValidator.validateTolerateException(PlanVisitor<O,P> visitor, CompilationMessageCollector messageCollector)
          This convenient method is used when: - if an exception being thrown from the current validation logic indicates that the whole validation pipeline should keep going by continuing with the next validation logic in the pipeline (skip the rest of the current logic)
 



Copyright © ${year} The Apache Software Foundation