|
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.InputFormat
.
Removed interfaces org.apache.hadoop.mapred.InputFormat, org.apache.hadoop.mapred.JobConfigurable
.
Removed Methods | |
void configure(JobConf ) |
|
RecordReader getRecordReader(InputSplit, |
|
boolean isSplitable(FileSystem, |
Is the given filename splitable Usually true but if the file is stream compressed it will not be. |
Path[] listPaths(JobConf ) |
List input directories. |
void validateInput(JobConf ) |
Added Methods | |
RecordReader createRecordReader(InputSplit, |
Changed Methods | ||
PigSplit getActiveSplit() |
Change in return type from SliceWrapper to PigSplit . |
|
List getSplits(JobContext ) |
Change in return type from InputSplit[] to List .Change in signature from ( JobConf, int ) to JobContext .Change in exceptions thrown from java.io.IOException to (java.io.IOException, java.lang.InterruptedException ). |
Removed Fields | |
Log LOG |
Added Fields | |
String PIG_INPUTS |
|
Log log |
Changed Fields | ||
Configuration sJob |
Change in type from JobConf to Configuration .Now deprecated. |
Use {@link UDFContext} instead in the following way to get the job's {@link Configuration}: |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |