summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2015-06-03 05:21:50 +0000
committerPatrick Wendell <pwendell@apache.org>2015-06-03 05:21:50 +0000
commitc7d6505310366ed7b3cfbf6a09cd5c1948313f4d (patch)
tree545941dbba0c06c89086c241287fadfebca76a35 /site
parent44f2660d93dc1a1ca65b1f8ff4e5ad5552aa3865 (diff)
downloadspark-website-c7d6505310366ed7b3cfbf6a09cd5c1948313f4d.tar.gz
spark-website-c7d6505310366ed7b3cfbf6a09cd5c1948313f4d.tar.bz2
spark-website-c7d6505310366ed7b3cfbf6a09cd5c1948313f4d.zip
Adding information about nightly builds
Diffstat (limited to 'site')
-rw-r--r--site/downloads.html22
1 files changed, 21 insertions, 1 deletions
diff --git a/site/downloads.html b/site/downloads.html
index 7514fdc09..6aba81e31 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -212,7 +212,27 @@ artifactId: spark-core_2.10
version: 1.3.1
</code></pre>
-<h3 id="development-and-maintenance-branches">Development and Maintenance Branches</h3>
+<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.3.2-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>
<pre><code># Master development branch