@Private
public interface SingleSpillShuffleMapOutputWriter
Modifier and Type | Method and Description |
---|---|
void |
transferMapSpillFile(java.io.File mapOutputFile,
long[] partitionLengths)
Transfer a file that contains the bytes of all the partitions written by this map task.
|