You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/05/25 19:59:17 UTC

[jira] [Commented] (SPARK-7855) Move hash-style shuffle code out of ExternalSorter and into own file

    [ https://issues.apache.org/jira/browse/SPARK-7855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558420#comment-14558420 ] 

Apache Spark commented on SPARK-7855:
-------------------------------------

User 'JoshRosen' has created a pull request for this issue:
https://github.com/apache/spark/pull/6397

> Move hash-style shuffle code out of ExternalSorter and into own file
> --------------------------------------------------------------------
>
>                 Key: SPARK-7855
>                 URL: https://issues.apache.org/jira/browse/SPARK-7855
>             Project: Spark
>          Issue Type: Bug
>          Components: Shuffle
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>
> ExternalSorter contains a bunch of code for handling the bypassMergeThreshold / hash-style shuffle path.  I think that it would significantly simplify the code to move this functionality out of ExternalSorter and into a separate class which shares a common interface (insertAll / writePartitionedFile()).  This is a stepping-stone towards eventually removing this bypass path (see SPARK-6026)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org