Repository: spark-website
Updated Branches:
  refs/heads/asf-site 3d00a9da2 -> ac6ba355d


[SPARK-24679] Download page should not link to unreleased code

Remove instructions to checkout code which will download the
full repository including unreleased code. Also remove links
to nightly builds as these are not released code.

Author: Luciano Resende <lrese...@apache.org>

Closes #119 from lresende/download-page.


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/ac6ba355
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/ac6ba355
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/ac6ba355

Branch: refs/heads/asf-site
Commit: ac6ba355d0dc9b060688d63c472028c25ba62c1d
Parents: 3d00a9d
Author: Luciano Resende <lrese...@apache.org>
Authored: Thu Jun 28 14:41:58 2018 -0700
Committer: Marcelo Vanzin <van...@cloudera.com>
Committed: Thu Jun 28 14:42:05 2018 -0700

----------------------------------------------------------------------
 contributing.md        |  9 +++++++++
 downloads.md           | 13 -------------
 site/contributing.html | 10 ++++++++++
 site/downloads.html    | 15 ---------------
 4 files changed, 19 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/ac6ba355/contributing.md
----------------------------------------------------------------------
diff --git a/contributing.md b/contributing.md
index c995f5b..fd9fec0 100644
--- a/contributing.md
+++ b/contributing.md
@@ -211,6 +211,15 @@ this explicitly, by submitting any copyrighted material 
via pull request, email,
 you agree to license the material under the project's open source license and 
warrant that you 
 have the legal authority to do so.**
 
+<h3>Cloning the Apache Spark source code</h3>
+
+If you are interested in working with the newest under-development code or 
contributing to Apache Spark development, you can check out the master branch 
from Git:
+
+    # Master development branch
+    git clone git://github.com/apache/spark.git
+
+Once you've downloaded Spark, you can find instructions for installing and 
building it on the <a href="{{site.baseurl}}/documentation.html">documentation 
page</a>.
+
 <h3>JIRA</h3>
 
 Generally, Spark uses JIRA to track logical issues, including bugs and 
improvements, and uses 

http://git-wip-us.apache.org/repos/asf/spark-website/blob/ac6ba355/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
index 1eb23e7..5d12ff7 100644
--- a/downloads.md
+++ b/downloads.md
@@ -53,17 +53,6 @@ Spark artifacts are [hosted in Maven 
Central](https://search.maven.org/#search%7
 ### Installing with PyPi
 <a href="https://pypi.python.org/pypi/pyspark";>PySpark</a> is now available in 
pypi. To install just run `pip install pyspark`.
 
-### Spark Source Code Management
-If you are interested in working with the newest under-development code or 
contributing to Apache Spark development, you can also check out the master 
branch from Git:
-
-    # Master development branch
-    git clone git://github.com/apache/spark.git
-
-    # Maintenance branch with stability fixes on top of Spark 2.3.1
-    git clone git://github.com/apache/spark.git -b branch-2.3
-
-Once you've downloaded Spark, you can find instructions for installing and 
building it on the <a href="{{site.baseurl}}/documentation.html">documentation 
page</a>.
-
 ### Release Notes for Stable Releases
 
 <ul id="sparkReleaseNotes"></ul>
@@ -72,6 +61,4 @@ Once you've downloaded Spark, you can find instructions for 
installing and build
 
 As new Spark releases come out for each development stream, previous ones will 
be archived, but they are still available at [Spark release 
archives](https://archive.apache.org/dist/spark/).
 
-### Nightly Packages and Artifacts
-For developers, Spark maintains nightly builds and SNAPSHOT artifacts. More 
information is available on the [the Developer Tools 
page](/developer-tools.html#nightly-builds).
 

http://git-wip-us.apache.org/repos/asf/spark-website/blob/ac6ba355/site/contributing.html
----------------------------------------------------------------------
diff --git a/site/contributing.html b/site/contributing.html
index 4429ca9..3afb81e 100644
--- a/site/contributing.html
+++ b/site/contributing.html
@@ -423,6 +423,16 @@ this explicitly, by submitting any copyrighted material 
via pull request, email,
 you agree to license the material under the project&#8217;s open source 
license and warrant that you 
 have the legal authority to do so.</strong></p>
 
+<h3>Cloning the Apache Spark source code</h3>
+
+<p>If you are interested in working with the newest under-development code or 
contributing to Apache Spark development, you can check out the master branch 
from Git:</p>
+
+<pre><code># Master development branch
+git clone git://github.com/apache/spark.git
+</code></pre>
+
+<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>JIRA</h3>
 
 <p>Generally, Spark uses JIRA to track logical issues, including bugs and 
improvements, and uses 

http://git-wip-us.apache.org/repos/asf/spark-website/blob/ac6ba355/site/downloads.html
----------------------------------------------------------------------
diff --git a/site/downloads.html b/site/downloads.html
index 677c2dd..926b780 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -254,18 +254,6 @@ version: 2.3.1
 <h3 id="installing-with-pypi">Installing with PyPi</h3>
 <p><a href="https://pypi.python.org/pypi/pyspark";>PySpark</a> is now available 
in pypi. To install just run <code>pip install pyspark</code>.</p>
 
-<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 Apache Spark development, you can also check out the master 
branch from Git:</p>
-
-<pre><code># Master development branch
-git clone git://github.com/apache/spark.git
-
-# Maintenance branch with stability fixes on top of Spark 2.3.1
-git clone git://github.com/apache/spark.git -b branch-2.3
-</code></pre>
-
-<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="release-notes-for-stable-releases">Release Notes for Stable 
Releases</h3>
 
 <ul id="sparkReleaseNotes"></ul>
@@ -274,9 +262,6 @@ git clone git://github.com/apache/spark.git -b branch-2.3
 
 <p>As new Spark releases come out for each development stream, previous ones 
will be archived, but they are still available at <a 
href="https://archive.apache.org/dist/spark/";>Spark release archives</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="/developer-tools.html#nightly-builds">the Developer Tools page</a>.</p>
-
 
   </div>
 </div>


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

Reply via email to