Skip to content
Snippets Groups Projects
Commit 5ea18727 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #274 from azuryy/master

Fixed the example link in the Scala programing guid.

The old link cannot access, I changed to the new one.
parents f4effb37 ad8ce014
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ res2: Int = 10
# Where to Go from Here
You can see some [example Spark programs](http://www.spark-project.org/examples.html) on the Spark website.
You can see some [example Spark programs](http://spark.incubator.apache.org/examples.html) on the Spark website.
In addition, Spark includes several samples in `examples/src/main/scala`. Some of them have both Spark versions and local (non-parallel) versions, allowing you to see what had to be changed to make the program run on a cluster. You can run them using by passing the class name to the `run-example` script included in Spark; for example:
./run-example org.apache.spark.examples.SparkPi
......
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