-
- Downloads
SPARK-2761 refactor #maybeSpill into Spillable
Moved `#maybeSpill` in ExternalSorter and EAOM into `Spillable`. Author: Jim Lim <jim@quixey.com> Closes #2416 from jimjh/SPARK-2761 and squashes the following commits: cf8be9a [Jim Lim] SPARK-2761 fix documentation, reorder code f94d522 [Jim Lim] SPARK-2761 refactor Spillable to simplify sig e75a24e [Jim Lim] SPARK-2761 use protected over protected[this] 7270e0d [Jim Lim] SPARK-2761 refactor #maybeSpill into Spillable
Showing
- core/src/main/scala/org/apache/spark/util/collection/ExternalAppendOnlyMap.scala 8 additions, 38 deletions.../apache/spark/util/collection/ExternalAppendOnlyMap.scala
- core/src/main/scala/org/apache/spark/util/collection/ExternalSorter.scala 14 additions, 54 deletions...ala/org/apache/spark/util/collection/ExternalSorter.scala
- core/src/main/scala/org/apache/spark/util/collection/Spillable.scala 111 additions, 0 deletions...in/scala/org/apache/spark/util/collection/Spillable.scala
Loading
Please register or sign in to comment