|
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.RecordWriter
.
Removed interface org.apache.hadoop.mapred.RecordWriter
.
Changed Constructors | ||
RecordWriter, |
Change in type from (FileSystem, Path, StoreFunc ) to (RecordWriter, StoreFuncInterface, Mode ). |
Changed Methods | ||
void close(TaskAttemptContext ) |
Change in signature from Reporter to TaskAttemptContext .Change in exceptions thrown from java.io.IOException to (java.io.IOException, java.lang.InterruptedException ). |
|
void write(WritableComparable, |
Change in exceptions thrown from java.io.IOException to (java.io.IOException, java.lang.InterruptedException ). |
We only care about the values so we are going to skip the keys when we write. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |