public class PigGenericMapReduce
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PigGenericMapReduce.Map |
static class |
PigGenericMapReduce.MapWithComparator
This "specialized" map class is ONLY to be used in pig queries with
order by a udf.
|
static class |
PigGenericMapReduce.MapWithPartitionIndex
Used by Skewed Join
|
static class |
PigGenericMapReduce.Reduce |
static class |
PigGenericMapReduce.ReduceWithComparator
This "specialized" reduce class is ONLY to be used in pig queries with
order by a udf.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.hadoop.conf.Configuration |
sJobConf
Deprecated.
Use
UDFContext instead in the following way to get
the job's Configuration :
UdfContext.getUdfContext().getJobConf() |
static java.lang.ThreadLocal<org.apache.hadoop.conf.Configuration> |
sJobConfInternal |
static org.apache.hadoop.mapreduce.JobContext |
sJobContext |
Constructor and Description |
---|
PigGenericMapReduce() |
Modifier and Type | Method and Description |
---|---|
static void |
staticDataCleanup() |
public static org.apache.hadoop.mapreduce.JobContext sJobContext
@Deprecated public static org.apache.hadoop.conf.Configuration sJobConf
UDFContext
instead in the following way to get
the job's Configuration
:
UdfContext.getUdfContext().getJobConf()
public static java.lang.ThreadLocal<org.apache.hadoop.conf.Configuration> sJobConfInternal
Copyright © 2007-2012 The Apache Software Foundation