aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfengdong <fengdong@azuryy.vpc>2013-12-18 11:00:36 +0800
committerfengdong <fengdong@azuryy.vpc>2013-12-18 11:00:36 +0800
commitddebaf8280bbbb15092d45372c4814fe55f32b89 (patch)
treed2151985b156135b7eb9b3b540deccf6b396f69f
parent7a8169be9a0b6b3d0d53a98aa38940d47b201296 (diff)
downloadspark-ddebaf8280bbbb15092d45372c4814fe55f32b89.tar.gz
spark-ddebaf8280bbbb15092d45372c4814fe55f32b89.tar.bz2
spark-ddebaf8280bbbb15092d45372c4814fe55f32b89.zip
Fixed the example link.
-rw-r--r--docs/scala-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
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