|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PigException | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend | |
org.apache.pig.backend.datastorage | |
org.apache.pig.backend.executionengine | |
org.apache.pig.backend.hadoop.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.data | This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. |
org.apache.pig.impl | |
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.streaming | |
org.apache.pig.impl.util | |
org.apache.pig.parser | |
org.apache.pig.pen |
Uses of PigException in org.apache.pig |
---|
Methods in org.apache.pig that throw PigException | |
---|---|
static ExecType |
ExecTypeProvider.fromString(String execType)
|
static ExecType |
ExecTypeProvider.selectExecType(Properties properties)
|
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 |
---|
Subclasses of PigException in org.apache.pig.backend.hadoop.executionengine | |
---|---|
class |
JobCreationException
|
Uses of PigException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Subclasses of PigException in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
---|---|
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.data |
---|
Subclasses of PigException in org.apache.pig.data | |
---|---|
class |
FieldIsNullException
|
Uses of PigException in org.apache.pig.impl |
---|
Constructors in org.apache.pig.impl that throw PigException | |
---|---|
PigContext(org.apache.hadoop.conf.Configuration conf)
|
|
PigContext(Properties properties)
|
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
|
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.streaming |
---|
Subclasses of PigException in org.apache.pig.impl.streaming | |
---|---|
class |
StreamingUDFException
|
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)
|
Uses of PigException in org.apache.pig.parser |
---|
Subclasses of PigException in org.apache.pig.parser | |
---|---|
class |
ParserException
|
Uses of PigException in org.apache.pig.pen |
---|
Methods in org.apache.pig.pen that throw PigException | |
---|---|
void |
LocalMapReduceSimulator.launchPig(PhysicalPlan php,
Map<LOLoad,DataBag> baseData,
LineageTracer lineage,
IllustratorAttacher attacher,
ExampleGenerator eg,
PigContext pc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |