Skip to content
Snippets Groups Projects
Commit b1d80991 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #460 from markhamstra/404

Fixed a 404 in 'Tuning Spark' -- missing '.html'
parents ccb1ca4a 4975dcda
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