aboutsummaryrefslogtreecommitdiff
path: root/docs/java-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/java-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/java-programming-guide.md')
-rw-r--r--docs/java-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/java-programming-guide.md b/docs/java-programming-guide.md
index 07732fa122..5c73dbb25e 100644
--- a/docs/java-programming-guide.md
+++ b/docs/java-programming-guide.md
@@ -189,7 +189,7 @@ We hope to generate documentation with Java-style syntax in the future.
# Where to Go from Here
Spark includes several sample programs using the Java API in
-[`examples/src/main/java`](https://github.com/apache/incubator-spark/tree/master/examples/src/main/java/org/apache/spark/examples). You can run them by passing the class name to the
+[`examples/src/main/java`](https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples). You can run them by passing the class name to the
`bin/run-example` script included in Spark; for example:
./bin/run-example org.apache.spark.examples.JavaWordCount