|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
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 | |
PigContext, |
Added Constructors | |
InputSplit, |
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 ). |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |