Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected PigLogger |
EvalFunc.pigLogger
Logger for aggregating warnings.
|
Modifier and Type | Method and Description |
---|---|
PigLogger |
EvalFunc.getPigLogger() |
Modifier and Type | Method and Description |
---|---|
void |
EvalFunc.setPigLogger(PigLogger pigLogger)
Set the PigLogger object.
|
Modifier and Type | Class and Description |
---|---|
class |
PigHadoopLogger
A singleton class that implements the PigLogger interface
for use in map reduce context.
|
Modifier and Type | Field and Description |
---|---|
protected static PigLogger |
PhysicalOperator.pigLogger |
Modifier and Type | Method and Description |
---|---|
static PigLogger |
PhysicalOperator.getPigLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
PhysicalOperator.setPigLogger(PigLogger logger) |
Copyright © 2007-2017 The Apache Software Foundation