Generated by
JDiff

Package org.apache.pig.impl.io

Added Classes
NullableBigDecimalWritable  
NullableBigIntegerWritable  
SequenceFileInterStorage Store tuples (BinSedesTuples specifically) using sequence files to leverage sequence file's compression features.
SequenceFileInterStorage.
SequenceFileTupleOutputFormat
 
 

Changed Classes
FileLocalizer  
InterRecordReader A record reader used to read data written using InterRecordWriter It uses the default InterSedes object for deserialization.
InterRecordWriter A record reader used to write data compatible with InterRecordWriter It uses the default InterSedes object for serialization.
InterStorage LOAD FUNCTION FOR PIG INTERNAL USE ONLY This load function is used for storing intermediate data between MR jobs of a pig query.
TFileRecordReader A record reader used to read data written using InterRecordWriter It uses the default InterSedes object for deserialization.
TFileStorage LOAD FUNCTION FOR PIG INTERNAL USE ONLY This load function is used for storing intermediate data between MR jobs of a pig query.