aboutsummaryrefslogtreecommitdiff
path: root/docs/scala-programming-guide.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-02-27 21:13:22 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-27 21:13:22 -0800
commit40e080a68a8fd025435e9ff84fa9280b4aba4dcf (patch)
tree8f2f95b6f0ff9b439244ba9678907a1a070a552a /docs/scala-programming-guide.md
parentc42557be32fbd38e084e5bb56cd6301299e84cbf (diff)
downloadspark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.tar.gz
spark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.tar.bz2
spark-40e080a68a8fd025435e9ff84fa9280b4aba4dcf.zip
Removed reference to incubation in Spark user docs.
Author: Reynold Xin <rxin@apache.org> Closes #2 from rxin/docs and squashes the following commits: 08bbd5f [Reynold Xin] Removed reference to incubation in Spark user docs.
Diffstat (limited to 'docs/scala-programming-guide.md')
-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 506d3faa76..99412733d4 100644
--- a/docs/scala-programming-guide.md
+++ b/docs/scala-programming-guide.md
@@ -365,7 +365,7 @@ res2: Int = 10
# Where to Go from Here
-You can see some [example Spark programs](http://spark.incubator.apache.org/examples.html) on the Spark website.
+You can see some [example Spark programs](http://spark.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 `bin/run-example` script included in Spark; for example:
./bin/run-example org.apache.spark.examples.SparkPi