From ddebaf8280bbbb15092d45372c4814fe55f32b89 Mon Sep 17 00:00:00 2001 From: fengdong Date: Wed, 18 Dec 2013 11:00:36 +0800 Subject: Fixed the example link. --- docs/scala-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scala-programming-guide.md b/docs/scala-programming-guide.md index 94e8563a8b..5e2bca3777 100644 --- a/docs/scala-programming-guide.md +++ b/docs/scala-programming-guide.md @@ -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](https://github.com/apache/incubator-spark/tree/master/examples) 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 -- cgit v1.2.3 From ad8ce0148a2b4bbd1a729e49a69797cb03e585de Mon Sep 17 00:00:00 2001 From: fengdong Date: Wed, 18 Dec 2013 19:03:32 +0800 Subject: changed the example links in the scala-programming-guid --- docs/scala-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scala-programming-guide.md b/docs/scala-programming-guide.md index 5e2bca3777..56d2a3a4a0 100644 --- a/docs/scala-programming-guide.md +++ b/docs/scala-programming-guide.md @@ -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 -- cgit v1.2.3