summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2015-07-20 07:21:33 +0000
committerSean R. Owen <srowen@apache.org>2015-07-20 07:21:33 +0000
commitd559b9b847993bae70012b85cae23d2950608867 (patch)
tree2b6ec90bc71bd039b46b906b2bc1232b065db0fd /downloads.md
parentb2dc66dc4f1ec5d34b03e9f32b1b62473e4cbc75 (diff)
downloadspark-website-d559b9b847993bae70012b85cae23d2950608867.tar.gz
spark-website-d559b9b847993bae70012b85cae23d2950608867.tar.bz2
spark-website-d559b9b847993bae70012b85cae23d2950608867.zip
Move nightly build info to wiki; leave link to it and move lower down on downloads page
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md22
1 files changed, 4 insertions, 18 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">