Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
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.newplan | |
org.apache.pig.newplan.logical.relational | |
org.apache.pig.parser |
Modifier and Type | Field and Description |
---|---|
protected SourceLocation |
PigException.sourceLocation |
Modifier and Type | Method and Description |
---|---|
SourceLocation |
PigException.getSourceLocation()
Return the location in the source that generated the exception.
|
Modifier and Type | Method and Description |
---|---|
void |
PigException.setSourceLocation(SourceLocation location) |
Constructor and Description |
---|
PigException(java.lang.String message,
int errCode,
byte errSrc,
boolean retry,
java.lang.String detailedMsg,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(java.lang.String message,
int errCode,
byte errSrc,
boolean retry,
java.lang.String detailedMsg,
java.lang.Throwable cause,
SourceLocation location)
Create a new PigException with the specified message, error code, error source, retriable or not, detalied message for the developer and cause.
|
PigException(java.lang.String message,
int errCode,
byte errSrc,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(java.lang.String message,
int errCode,
byte errSrc,
java.lang.Throwable cause,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(java.lang.String message,
int errCode,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(java.lang.String message,
int errCode,
java.lang.Throwable cause,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(java.lang.String message,
SourceLocation location)
Create a new PigException with the specified message.
|
Modifier and Type | Method and Description |
---|---|
void |
PhysicalOperator.addOriginalLocation(java.lang.String alias,
SourceLocation sourceLocation) |
Constructor and Description |
---|
FrontendException(java.lang.String message,
int errCode,
byte errSrc,
java.lang.Throwable cause,
SourceLocation location)
Create a new FrontendException with the specified message and cause.
|
FrontendException(java.lang.String message,
int errCode,
SourceLocation location)
Create a new FrontendException with the specified message and cause.
|
Modifier and Type | Field and Description |
---|---|
protected SourceLocation |
Operator.location |
Modifier and Type | Method and Description |
---|---|
SourceLocation |
Operator.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
Operator.setLocation(SourceLocation loc) |
Modifier and Type | Method and Description |
---|---|
void |
LOInnerLoad.setLocation(SourceLocation loc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LogicalPlanBuilder.getLastRel(SourceLocation loc) |
Constructor and Description |
---|
DuplicatedSchemaAliasException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.String alias) |
InvalidCommandException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.String cmd) |
InvalidPathException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.net.MalformedURLException ex) |
InvalidScalarProjectionException(org.antlr.runtime.IntStream input,
SourceLocation loc,
ScalarExpression expr) |
InvalidScalarProjectionException(org.antlr.runtime.IntStream input,
SourceLocation loc,
ScalarExpression expr,
java.lang.String msg)
Constructor that takes an additional string to be concatenated
with the exception message
|
NonProjectExpressionException(org.antlr.runtime.IntStream input,
SourceLocation loc,
LogicalExpression expr) |
ParserException(java.lang.String msg,
SourceLocation location) |
ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.Exception ex) |
ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.String cause) |
PigRecognitionException(org.antlr.runtime.IntStream input,
SourceLocation loc) |
PlanGenerationFailureException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.Exception ex) |
SourceLocation(SourceLocation location) |
UndefinedAliasException(org.antlr.runtime.IntStream input,
SourceLocation loc,
java.lang.String alias) |
Copyright © 2007-2012 The Apache Software Foundation