aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2013-12-18 15:27:24 -0800
committerReynold Xin <rxin@apache.org>2013-12-18 15:27:24 -0800
commit5ea187277c2b11e5db813f7ff9f214d7b85190f6 (patch)
treee2855345ea0422e50f0fc7e28bc46e477e60d6ff
parentf4effb375e93993be1777ebb423c100ea8422f24 (diff)
parentad8ce0148a2b4bbd1a729e49a69797cb03e585de (diff)
downloadspark-5ea187277c2b11e5db813f7ff9f214d7b85190f6.tar.gz
spark-5ea187277c2b11e5db813f7ff9f214d7b85190f6.tar.bz2
spark-5ea187277c2b11e5db813f7ff9f214d7b85190f6.zip
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.
-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..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](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