Generated by
JDiff

Class org.apache.pig.impl.builtin.RandomSampleLoader

The superclass changed from org.apache.pig.builtin.BinStorage to org.apache.pig.impl.builtin.SampleLoader.

Changed Constructors
RandomSampleLoader(String, String) Change in type from void to (String, String).
Construct with a class of loader to use.
 

Removed Methods
void bindTo(OutputStream)  
void bindTo(String, BufferedPositionedInputStream, long, long)  
 

Added Methods
void setNumSamples(int)  
 

Changed Methods
Tuple getNext() Method was locally defined, but is now inherited from SampleLoader.  
 

Removed Fields
int defaultNumSamples