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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to