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

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

Author: srowen
Date: Mon Jul 20 07:21:33 2015
New Revision: 1691882

URL: http://svn.apache.org/r1691882
Log:
Move nightly build info to wiki; leave link to it and move lower down on downloads page

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

Modified: spark/downloads.md
URL: http://svn.apache.org/viewvc/spark/downloads.md?rev=1691882&r1=1691881&r2=1691882&view=diff
==============================================================================
--- spark/downloads.md (original)
+++ spark/downloads.md Mon Jul 20 07:21:33 2015
@@ -43,24 +43,6 @@ Spark artifacts are [hosted in Maven Cen
     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 th
 
 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">

Modified: spark/site/downloads.html
URL: http://svn.apache.org/viewvc/spark/site/downloads.html?rev=1691882&r1=1691881&r2=1691882&view=diff
==============================================================================
--- spark/site/downloads.html (original)
+++ spark/site/downloads.html Mon Jul 20 07:21:33 2015
@@ -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.
 
 <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>



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