You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/06/03 07:21:50 UTC

svn commit: r1683233 - in /spark: downloads.md site/downloads.html

Author: pwendell
Date: Wed Jun  3 05:21:50 2015
New Revision: 1683233

URL: http://svn.apache.org/r1683233
Log:
Adding information about nightly builds

Modified:
    spark/downloads.md
    spark/site/downloads.html

Modified: spark/downloads.md
URL: http://svn.apache.org/viewvc/spark/downloads.md?rev=1683233&r1=1683232&r2=1683233&view=diff
==============================================================================
--- spark/downloads.md (original)
+++ spark/downloads.md Wed Jun  3 05:21:50 2015
@@ -43,7 +43,25 @@ Spark artifacts are [hosted in Maven Cen
     artifactId: spark-core_2.10
     version: 1.3.1
 
-### Development and Maintenance Branches
+### 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.3.2-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:
 
     # Master development branch

Modified: spark/site/downloads.html
URL: http://svn.apache.org/viewvc/spark/site/downloads.html?rev=1683233&r1=1683232&r2=1683233&view=diff
==============================================================================
--- spark/site/downloads.html (original)
+++ spark/site/downloads.html Wed Jun  3 05:21:50 2015
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org