Skip to content
Snippets Groups Projects
Commit 4975dcda authored by Mark Hamstra's avatar Mark Hamstra
Browse files

Fixed a 404 -- missing '.html'

parent 84587a9b
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ number of cores in your clusters.
## Broadcasting Large Variables
Using the [broadcast functionality](scala-programming-guide#broadcast-variables)
Using the [broadcast functionality](scala-programming-guide.html#broadcast-variables)
available in `SparkContext` can greatly reduce the size of each serialized task, and the cost
of launching a job over a cluster. If your tasks use any large object from the driver program
inside of them (e.g. a static lookup table), consider turning it into a broadcast variable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment