spark-instrumented-optimizer/core/src
Wesley Tang 5f6bdf97c5 [SPARK-13281][CORE] Switch broadcast of RDD to exception from warning
## What changes were proposed in this pull request?

In SparkContext, throw Illegalargumentexception when trying to broadcast rdd directly, instead of logging the warning.

## How was this patch tested?

mvn clean install
Add UT in BroadcastSuite

Author: Wesley Tang <tangmingjun@mininglamp.com>

Closes #11735 from breakdawn/master.
2016-03-16 16:12:17 +00:00
..
main [SPARK-13281][CORE] Switch broadcast of RDD to exception from warning 2016-03-16 16:12:17 +00:00
test [SPARK-13281][CORE] Switch broadcast of RDD to exception from warning 2016-03-16 16:12:17 +00:00