Generated by
JDiff

Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSplit

The superclass changed from java.lang.Object to org.apache.hadoop.mapreduce.InputSplit.
Removed interface org.apache.hadoop.mapred.InputSplit.
Added interfaces org.apache.hadoop.conf.Configurable, org.apache.hadoop.io.Writable.

Removed Constructors
PigSplit(PigContext, FileSystem, Path, String, List, long, long)  
 

Added Constructors
PigSplit(InputSplit, int, List, int)  
 

Removed Methods
LoadFunc getLoadFunction()  
String getParser()  
Path getPath()  
long getStart()  
 

Added Methods
Configuration getConf()  
InputSplit getWrappedSplit() This methods returns the actual InputSplit (as returned by the whic this class is wrapping.
void setConf(Configuration) (non-Javadoc)
 

Changed Methods
long getLength() Change in exceptions thrown from no exceptions to (java.io.IOException, java.lang.InterruptedException).
 
String[] getLocations() Change in exceptions thrown from java.io.IOException to (java.io.IOException, java.lang.InterruptedException).