Uses of Class
org.apache.pig.PigException

Packages that use PigException
org.apache.pig.backend   
org.apache.pig.backend.datastorage   
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.logicalLayer.schema   
org.apache.pig.impl.logicalLayer.validators   
org.apache.pig.impl.plan   
org.apache.pig.impl.plan.optimizer   
org.apache.pig.impl.util   
 

Uses of PigException in org.apache.pig.backend
 

Subclasses of PigException in org.apache.pig.backend
 class BackendException
           
 

Uses of PigException in org.apache.pig.backend.datastorage
 

Subclasses of PigException in org.apache.pig.backend.datastorage
 class DataStorageException
           
 

Uses of PigException in org.apache.pig.backend.executionengine
 

Subclasses of PigException in org.apache.pig.backend.executionengine
 class ExecException
           
 

Uses of PigException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Subclasses of PigException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 class JobCreationException
           
 class MRCompilerException
           
 

Uses of PigException in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Subclasses of PigException in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 class LogicalToPhysicalTranslatorException
           
 

Uses of PigException in org.apache.pig.impl.logicalLayer
 

Subclasses of PigException in org.apache.pig.impl.logicalLayer
 class FrontendException
           
 

Uses of PigException in org.apache.pig.impl.logicalLayer.schema
 

Subclasses of PigException in org.apache.pig.impl.logicalLayer.schema
 class SchemaMergeException
           
 

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

Subclasses of PigException in org.apache.pig.impl.logicalLayer.validators
 class TypeCheckerException
           
 class UnionOnSchemaSetException
           
 

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

Subclasses of PigException in org.apache.pig.impl.plan
 class PlanException
           
 class PlanValidationException
           
 class VisitorException
           
 

Uses of PigException in org.apache.pig.impl.plan.optimizer
 

Subclasses of PigException in org.apache.pig.impl.plan.optimizer
 class OptimizerException
           
 

Uses of PigException in org.apache.pig.impl.util
 

Methods in org.apache.pig.impl.util that return PigException
static PigException LogUtils.getPigException(Throwable top)
           
 



Copyright © ${year} The Apache Software Foundation