You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2016/02/26 23:28:18 UTC

[jira] [Created] (SPARK-13524) Remove BroadcastManager

Andrew Or created SPARK-13524:
---------------------------------

             Summary: Remove BroadcastManager
                 Key: SPARK-13524
                 URL: https://issues.apache.org/jira/browse/SPARK-13524
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
            Reporter: Andrew Or


It has two methods that we actually care about, broadcast and unbroadcast. That's it. Also it doesn't make sense to create BroadcastManager on executors. There's a flag in the constructor called `isDriver` but if you trace it downstream it's not used anywhere!

TL;DR BroadcastManager is not needed and there's a lot of opportunity for clean up here. This doesn't have to happen before 2.0.0 since it's all internal API.



--
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