-
- Downloads
Merge pull request #187 from aarondav/example-bcast-test
Enable the Broadcast examples to work in a cluster setting Since they rely on println to display results, we need to first collect those results to the driver to have them actually display locally. This issue came up on the mailing lists [here](http://mail-archives.apache.org/mod_mbox/incubator-spark-user/201311.mbox/%3C2013111909591557147628%40ict.ac.cn%3E).
No related branches found
No related tags found
Showing
- examples/src/main/scala/org/apache/spark/examples/BroadcastTest.scala 5 additions, 5 deletions.../main/scala/org/apache/spark/examples/BroadcastTest.scala
- examples/src/main/scala/org/apache/spark/examples/MultiBroadcastTest.scala 9 additions, 6 deletions.../scala/org/apache/spark/examples/MultiBroadcastTest.scala
Please register or sign in to comment