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(String message,
int errCode,
byte errSrc,
boolean retry,
String detailedMsg,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(String message,
int errCode,
byte errSrc,
boolean retry,
String detailedMsg,
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(String message,
int errCode,
byte errSrc,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(String message,
int errCode,
byte errSrc,
Throwable cause,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(String message,
int errCode,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(String message,
int errCode,
Throwable cause,
SourceLocation location)
Create a new PigException with the specified message and cause.
|
PigException(String message,
SourceLocation location)
Create a new PigException with the specified message.
|
Modifier and Type | Method and Description |
---|---|
void |
PhysicalOperator.addOriginalLocation(String alias,
SourceLocation sourceLocation) |
Constructor and Description |
---|
FrontendException(String message,
int errCode,
byte errSrc,
Throwable cause,
SourceLocation location)
Create a new FrontendException with the specified message and cause.
|
FrontendException(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 |
---|---|
String |
LogicalPlanBuilder.getLastRel(SourceLocation loc) |
Constructor and Description |
---|
DuplicatedSchemaAliasException(org.antlr.runtime.IntStream input,
SourceLocation loc,
String alias) |
InvalidCommandException(org.antlr.runtime.IntStream input,
SourceLocation loc,
String cmd) |
InvalidPathException(org.antlr.runtime.IntStream input,
SourceLocation loc,
MalformedURLException ex) |
InvalidScalarProjectionException(org.antlr.runtime.IntStream input,
SourceLocation loc,
ScalarExpression expr) |
InvalidScalarProjectionException(org.antlr.runtime.IntStream input,
SourceLocation loc,
ScalarExpression expr,
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(String msg,
SourceLocation location) |
ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
Exception ex) |
ParserValidationException(org.antlr.runtime.IntStream input,
SourceLocation loc,
String cause) |
PigRecognitionException(org.antlr.runtime.IntStream input,
SourceLocation loc) |
PlanGenerationFailureException(org.antlr.runtime.IntStream input,
SourceLocation loc,
Exception ex) |
SourceLocation(SourceLocation location) |
UndefinedAliasException(org.antlr.runtime.IntStream input,
SourceLocation loc,
String alias) |
Copyright © 2007-2017 The Apache Software Foundation