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.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getAvgREduceTime() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getHadoopCounters() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getMapInputRecords() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getMapOutputRecords() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getMaxReduceTime() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getMinReduceTime() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getMultiInputCounters() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getMultiStoreCounters() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getNumberReduces() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getProactiveSpillCountRecs() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getReduceInputRecords() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getReduceOutputRecords() instead.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats,
then use MRJobStats.getSMMSpillCount() instead.
As of Pig 0.11, bags register with the SpillableMemoryManager themselves.
Register a bag with the
SpillableMemoryManager.
If the bags created by an implementation of BagFactory are managed by
the SpillableMemoryManager then this
method should be called each time a new bag is created.