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