Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 868 Bytes

spark-SerializedShuffleHandle.adoc

File metadata and controls

7 lines (4 loc) · 868 Bytes

SerializedShuffleHandle — Marker Interface for Serialized Shuffle Handles

SerializedShuffleHandle is a BaseShuffleHandle with no additional methods or fields and serves only to identify the choice of a serialized shuffle.

Like BaseShuffleHandle, SerializedShuffleHandle takes shuffleId, numMaps, and a ShuffleDependency.

SerializedShuffleHandle is created when SortShuffleManager is requested for a ShuffleHandle (for a ShuffleDependency) and the conditions hold (but for BypassMergeSortShuffleHandle do not which are checked first).