@InterfaceAudience.Public @InterfaceStability.Evolving public interface CollectableLoadFunc
LoadFunc
implementations indicates to
Pig that it has the capability to load data such that all instances of a key
will occur in same split.Modifier and Type | Method and Description |
---|---|
void |
ensureAllKeyInstancesInSameSplit()
When this method is called, Pig is communicating to the Loader that it must
load data such that all instances of a key are in same split.
|
void ensureAllKeyInstancesInSameSplit() throws java.io.IOException
java.io.IOException
Copyright © 2007-2012 The Apache Software Foundation