[
https://issues.apache.org/jira/browse/SPARK-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin updated SPARK-3019:
-------------------------------
Description:
The attached design doc proposes a standard interface for block transferring,
which will make future engineering of this functionality easier, allowing the
Spark community to provide alternative implementations.
Block transferring is a critical function in Spark. All of the following depend
on it:
* shuffle
* torrent broadcast
* block replication in BlockManager
* remote block reads for tasks scheduled without locality
was:
This is a ticket to track progress to have an internal interface for block
transfers (used in shuffles, broadcasts, as well as remote block reads for
tasks).
More details coming later.
> Pluggable block transfer (data plane communication) interface
> -------------------------------------------------------------
>
> Key: SPARK-3019
> URL: https://issues.apache.org/jira/browse/SPARK-3019
> Project: Spark
> Issue Type: Improvement
> Components: Shuffle, Spark Core
> Reporter: Reynold Xin
> Assignee: Reynold Xin
> Attachments: PluggableBlockTransferServiceProposalforSpark.pdf
>
>
> The attached design doc proposes a standard interface for block transferring,
> which will make future engineering of this functionality easier, allowing the
> Spark community to provide alternative implementations.
> Block transferring is a critical function in Spark. All of the following
> depend on it:
> * shuffle
> * torrent broadcast
> * block replication in BlockManager
> * remote block reads for tasks scheduled without locality
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]