summaryrefslogtreecommitdiff
path: root/site/docs/0.9.0/java-programming-guide.html
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-03-03 00:37:16 +0000
committerPatrick Wendell <pwendell@apache.org>2014-03-03 00:37:16 +0000
commitf3f94677a2cede1fa6577fb60729d4271e6a1293 (patch)
treeb43dc7a9ccc2cf68a5eb54f075ea70e930197145 /site/docs/0.9.0/java-programming-guide.html
parent89007cd107a1d851e7a5ed553d8a0c5b2ece386d (diff)
downloadspark-website-f3f94677a2cede1fa6577fb60729d4271e6a1293.tar.gz
spark-website-f3f94677a2cede1fa6577fb60729d4271e6a1293.tar.bz2
spark-website-f3f94677a2cede1fa6577fb60729d4271e6a1293.zip
Various doc updates that haven't been pushed to the live 0.9 site.
Diffstat (limited to 'site/docs/0.9.0/java-programming-guide.html')
-rw-r--r--site/docs/0.9.0/java-programming-guide.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/site/docs/0.9.0/java-programming-guide.html b/site/docs/0.9.0/java-programming-guide.html
index 81c1e1510..31d11dacd 100644
--- a/site/docs/0.9.0/java-programming-guide.html
+++ b/site/docs/0.9.0/java-programming-guide.html
@@ -310,7 +310,7 @@ We hope to generate documentation with Java-style syntax in the future.</p>
<h1 id="where-to-go-from-here">Where to Go from Here</h1>
<p>Spark includes several sample programs using the Java API in
-<a href="https://github.com/apache/incubator-spark/tree/master/examples/src/main/java/org/apache/spark/examples"><code>examples/src/main/java</code></a>. You can run them by passing the class name to the
+<a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples"><code>examples/src/main/java</code></a>. You can run them by passing the class name to the
<code>bin/run-example</code> script included in Spark; for example:</p>
<pre><code>./bin/run-example org.apache.spark.examples.JavaWordCount
@@ -347,16 +347,6 @@ without any arguments.</p>
<hr>-->
- <footer>
- <hr>
- <p style="text-align: center; veritcal-align: middle; color: #999;">
- Apache Spark is an effort undergoing incubation at the Apache Software Foundation.
- <a href="http://incubator.apache.org">
- <img style="margin-left: 20px;" src="img/incubator-logo.png" />
- </a>
- </p>
- </footer>
-
</div> <!-- /container -->
<script src="js/vendor/jquery-1.8.0.min.js"></script>