Interface and Description |
---|
org.apache.pig.PigToStream
Use
PigStreamingBase |
org.apache.pig.StreamToPig
Use
PigStreamingBase |
Class and Description |
---|
org.apache.pig.builtin.ARITY
Use
SIZE instead. |
org.apache.pig.ComparisonFunc |
org.apache.pig.data.DefaultTupleFactory
Use
TupleFactory |
org.apache.pig.impl.util.WrappedIOException
This class was introduced to overcome the limitation that before
Java 1.6,
IOException did not have a constructor which took a
Throwable argument. Since Pig code is now compiled with Java 1.6 and
EvalFunc and LoadFunc user implementations should also use
Java 1.6, they can use IOException instead. From Java 1.6,
IOException has constructors which take a Throwable
argument. |
Field and Description |
---|
org.apache.pig.tools.pigstats.PigStatsUtil.FS_COUNTER_GROUP
use
MRPigStatsUtil.FS_COUNTER_GROUP instead. |
org.apache.pig.impl.PigContext.scriptFiles |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.sJob
Use
UDFContext instead in the following way to get
the job's Configuration :
UdfContext.getUdfContext().getJobConf() |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigGenericMapReduce.sJobConf
Use
UDFContext instead in the following way to get
the job's Configuration :
UdfContext.getUdfContext().getJobConf() |
org.apache.pig.tools.pigstats.PigStatsUtil.TASK_COUNTER_GROUP
use
MRPigStatsUtil.TASK_COUNTER_GROUP instead. |
Copyright © 2007-2012 The Apache Software Foundation