Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.2.1
-
None
-
None
Description
Code as follow:
val sc1 = new SparkContext val sc2 = new SparkContext sc1.stop sc1.broadcast(1)
It can work well, because sc1.broadcast will reuse the BlockManager in sc2.
To fix it, throw a sparkException when broadCastManager had stopped.
Attachments
Issue Links
- relates to
-
SPARK-5063 Display more helpful error messages for several invalid operations
- Resolved
- links to