summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--downloads.md22
-rw-r--r--site/downloads.html24
2 files changed, 8 insertions, 38 deletions
diff --git a/downloads.md b/downloads.md
index 856ef1775..efbd80e83 100644
--- a/downloads.md
+++ b/downloads.md
@@ -43,24 +43,6 @@ Spark artifacts are [hosted in Maven Central](http://search.maven.org/#browse%7C
artifactId: spark-core_2.10
version: 1.4.1
-### Nightly Packages and Artifacts
-Packages are built regularly off of Spark's master branch and release branches. These provide access to the bleeding-edge of Spark master or the most recent fixes not yet incorporated into a maintenance release. Spark nightly packages are available at:
-
- # Latest master build
- http://people.apache.org/~pwendell/spark-nightly/spark-master-bin/latest
-
- # All nightly builds
- http://people.apache.org/~pwendell/spark-nightly/
-
-Spark also publishes SNAPSHOT releases of its Maven artifacts for both master and maintenance branches on a nightly basis. To link to a SNAPSHOT you need to add the ASF snapshot repository to your build. Note that SNAPSHOT artifacts are ephemeral and may change or be removed.
-
- # To use these you must add the ASF snapshot repository
- # at http://repository.apache.org/snapshots/
-
- groupId: org.apache.spark
- artifactId: spark-core_2.10
- version: 1.5.0-SNAPSHOT
-
### Spark Source Code Management
If you are interested in working with the newest under-development code or contributing to Spark development, you can also check out the master branch from Git:
@@ -72,5 +54,9 @@ If you are interested in working with the newest under-development code or contr
Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.url}}documentation.html">documentation page</a>.
+### Nightly Packages and Artifacts
+
+For developers, Spark maintains nightly builds and SNAPSHOT artifacts. More information is available on the [Spark developer Wiki](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-NightlyBuilds).
+
<h3 id="all-releases">All Releases</h3>
<ul id="sparkReleaseNotes">
diff --git a/site/downloads.html b/site/downloads.html
index b19f11a31..5d5f8b5b5 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -212,26 +212,6 @@ artifactId: spark-core_2.10
version: 1.4.1
</code></pre>
-<h3 id="nightly-packages-and-artifacts">Nightly Packages and Artifacts</h3>
-<p>Packages are built regularly off of Spark&#8217;s master branch and release branches. These provide access to the bleeding-edge of Spark master or the most recent fixes not yet incorporated into a maintenance release. Spark nightly packages are available at:</p>
-
-<pre><code># Latest master build
-http://people.apache.org/~pwendell/spark-nightly/spark-master-bin/latest
-
-# All nightly builds
-http://people.apache.org/~pwendell/spark-nightly/
-</code></pre>
-
-<p>Spark also publishes SNAPSHOT releases of its Maven artifacts for both master and maintenance branches on a nightly basis. To link to a SNAPSHOT you need to add the ASF snapshot repository to your build. Note that SNAPSHOT artifacts are ephemeral and may change or be removed.</p>
-
-<pre><code># To use these you must add the ASF snapshot repository
-# at http://repository.apache.org/snapshots/
-
-groupId: org.apache.spark
-artifactId: spark-core_2.10
-version: 1.5.0-SNAPSHOT
-</code></pre>
-
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
<p>If you are interested in working with the newest under-development code or contributing to Spark development, you can also check out the master branch from Git:</p>
@@ -244,6 +224,10 @@ git clone git://github.com/apache/spark.git -b branch-1.4
<p>Once you&#8217;ve downloaded Spark, you can find instructions for installing and building it on the <a href="/documentation.html">documentation page</a>.</p>
+<h3 id="nightly-packages-and-artifacts">Nightly Packages and Artifacts</h3>
+
+<p>For developers, Spark maintains nightly builds and SNAPSHOT artifacts. More information is available on the <a href="https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-NightlyBuilds">Spark developer Wiki</a>.</p>
+
<h3 id="all-releases">All Releases</h3>
<ul id="sparkReleaseNotes">
</ul>