changed the example links in the scala-programming-guid

This commit is contained in:
fengdong 2013-12-18 19:03:32 +08:00
parent ddebaf8280
commit ad8ce0148a

View file

@ -363,7 +363,7 @@ res2: Int = 10
# Where to Go from Here
You can see some [example Spark programs](https://github.com/apache/incubator-spark/tree/master/examples) 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