You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/05/04 00:00:28 UTC

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

Author: matei
Date: Sat May  3 22:00:28 2014
New Revision: 1592285

URL: http://svn.apache.org/r1592285
Log:
simplify downloads a bit

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

Modified: spark/downloads.md
URL: http://svn.apache.org/viewvc/spark/downloads.md?rev=1592285&r1=1592284&r2=1592285&view=diff
==============================================================================
--- spark/downloads.md (original)
+++ spark/downloads.md Sat May  3 22:00:28 2014
@@ -10,35 +10,34 @@ navigation:
 ## Download Spark
 The latest release is Spark 0.9.1, released April 9, 2014 [(release notes)]({{site.url}}releases/spark-release-0-9-1.html) [(git tag)](https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=4c43182b6d1b0b7717423f386c0214fe93073208)
 
-* Download sources: 
-<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1.tgz" onClick="trackOutboundLink(this, 'Release Downlaod Links', 'apache_spark-0.9.1.tgz'); return false;"> find an Apache mirror </a>
-or
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1.tgz'); return false;"> direct file download </a>
-* Download binaries for Hadoop 1 (HDP1, CDH3):
+Pre-built packages:
+
+* For Hadoop 1 (HDP1, CDH3):
 <a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1-bin-hadoop1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.9.1-bin-hadoop1.tgz'); return false;"> find an Apache mirror </a>
 or
 <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1-bin-hadoop1.tgz'); return false;"> direct file download </a>
-* Download binaries for CDH4: 
+* For CDH4: 
 <a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1-bin-cdh4.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.9.1-bin-cdh4.tgz'); return false;"> find an Apache mirror </a>
 or 
 <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-cdh4.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1-bin-cdh4.tgz'); return false;"> direct file download </a>
-* Download binaries for Hadoop 2 (HDP2, CDH5): 
+* For Hadoop 2 (HDP2, CDH5): 
 <a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1-bin-hadoop2.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.9.1-bin-hadoop2.tgz'); return false;"> find an Apache mirror </a>
 or 
 <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop2.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1-bin-hadoop2.tgz'); return false;"> direct file download </a>
-* Verify your download: [signatures and checksums](http://www.apache.org/dist/incubator/spark/spark-0.9.1/)
 
-<!--
-The Spark download includes
-<a href="{{site.url}}streaming/">Spark Streaming</a>,
-<a href="{{site.url}}mllib/">MLlib</a>, and
-<a href="{{site.graphx_url}}">GraphX</a>.
--->
+Sources:
+<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1.tgz" onClick="trackOutboundLink(this, 'Release Downlaod Links', 'apache_spark-0.9.1.tgz'); return false;"> find an Apache mirror </a>
+or
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1.tgz'); return false;"> direct file download </a>
 
+Verify your download: [signatures and checksums](http://www.apache.org/dist/incubator/spark/spark-0.9.1/)
+
+<!--
 The Spark download includes
 <a href="{{site.url}}streaming/">Spark Streaming</a>,
 <a href="{{site.url}}mllib/">MLlib</a> and
 <a href="http://amplab.github.io/graphx">GraphX</a> (alpha).
+-->
 
 ### Link with Spark
 Spark artifacts are [hosted in Maven Central](http://search.maven.org/#browse%7C1686516968). You can add a Maven dependency with the following coordinates:
@@ -52,7 +51,7 @@ 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>.
 
-<h3 id="all-releases">All Releases</h3>
+<h3 id="all-releases">Older Releases</h3>
 * [Spark 0.9.1](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz) (Apr 9, 2014) [(release notes)]({{site.url}}releases/spark-release-0-9-1.html) (prebuilt: [Hadoop1 [HDP1, CDH3]](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop1.tgz), [CDH4](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-cdh4.tgz), [Hadoop2 [HDP2, CDH5]](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop2.tgz)) 
 * [Spark 0.9.0](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating.tgz) (Feb 2, 2014) [(release notes)]({{site.url}}releases/spark-release-0-9-0.html) (prebuilt: [Hadoop1 [HDP1, CDH3]](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-hadoop1.tgz), [CDH4](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-cdh4.tgz), [Hadoop2 [HDP2, CDH5]](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-hadoop2.tgz)) 
 * [Spark 0.8.1](http://d3kbcqa49mib13.cloudfront.net/spark-0.8.1-incubating.tgz) (Dec 19, 2013) [(release notes)]({{site.url}}releases/spark-release-0-8-1.html) (prebuilt: [Hadoop1 [HDP1, CDH3]](http://d3kbcqa49mib13.cloudfront.net/spark-0.8.1-incubating-bin-hadoop1.tgz), [CDH4](http://d3kbcqa49mib13.cloudfront.net/spark-0.8.1-incubating-bin-cdh4.tgz), [Hadoop2 [HDP2, CDH5]](http://d3kbcqa49mib13.cloudfront.net/spark-0.8.1-incubating-bin-hadoop2.tgz)) 

Modified: spark/site/downloads.html
URL: http://svn.apache.org/viewvc/spark/site/downloads.html?rev=1592285&r1=1592284&r2=1592285&view=diff
==============================================================================
--- spark/site/downloads.html (original)
+++ spark/site/downloads.html Sat May  3 22:00:28 2014
@@ -160,37 +160,36 @@
     <h2 id="download-spark">Download Spark</h2>
 <p>The latest release is Spark 0.9.1, released April 9, 2014 <a href="/releases/spark-release-0-9-1.html">(release notes)</a> <a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=4c43182b6d1b0b7717423f386c0214fe93073208">(git tag)</a></p>
 
+<p>Pre-built packages:</p>
+
 <ul>
-  <li>Download sources: 
-<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1.tgz" onclick="trackOutboundLink(this, 'Release Downlaod Links', 'apache_spark-0.9.1.tgz'); return false;"> find an Apache mirror </a>
-or
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1.tgz'); return false;"> direct file download </a></li>
-  <li>Download binaries for Hadoop 1 (HDP1, CDH3):
+  <li>For Hadoop 1 (HDP1, CDH3):
 <a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1-bin-hadoop1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.9.1-bin-hadoop1.tgz'); return false;"> find an Apache mirror </a>
 or
 <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1-bin-hadoop1.tgz'); return false;"> direct file download </a></li>
-  <li>Download binaries for CDH4: 
+  <li>For CDH4: 
 <a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1-bin-cdh4.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.9.1-bin-cdh4.tgz'); return false;"> find an Apache mirror </a>
 or 
 <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-cdh4.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1-bin-cdh4.tgz'); return false;"> direct file download </a></li>
-  <li>Download binaries for Hadoop 2 (HDP2, CDH5): 
+  <li>For Hadoop 2 (HDP2, CDH5): 
 <a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1-bin-hadoop2.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.9.1-bin-hadoop2.tgz'); return false;"> find an Apache mirror </a>
 or 
 <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop2.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1-bin-hadoop2.tgz'); return false;"> direct file download </a></li>
-  <li>Verify your download: <a href="http://www.apache.org/dist/incubator/spark/spark-0.9.1/">signatures and checksums</a></li>
 </ul>
 
+<p>Sources:
+<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.9.1/spark-0.9.1.tgz" onclick="trackOutboundLink(this, 'Release Downlaod Links', 'apache_spark-0.9.1.tgz'); return false;"> find an Apache mirror </a>
+or
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.1.tgz'); return false;"> direct file download </a></p>
+
+<p>Verify your download: <a href="http://www.apache.org/dist/incubator/spark/spark-0.9.1/">signatures and checksums</a></p>
+
 <!--
 The Spark download includes
 <a href="/streaming/">Spark Streaming</a>,
-<a href="/mllib/">MLlib</a>, and
-<a href="http://amplab.github.io/graphx/">GraphX</a>.
--->
-
-<p>The Spark download includes
-<a href="/streaming/">Spark Streaming</a>,
 <a href="/mllib/">MLlib</a> and
-<a href="http://amplab.github.io/graphx">GraphX</a> (alpha).</p>
+<a href="http://amplab.github.io/graphx">GraphX</a> (alpha).
+-->
 
 <h3 id="link-with-spark">Link with Spark</h3>
 <p>Spark artifacts are <a href="http://search.maven.org/#browse%7C1686516968">hosted in Maven Central</a>. You can add a Maven dependency with the following coordinates:</p>
@@ -205,7 +204,7 @@ version: 0.9.1
 
 <p>Once you’ve downloaded Spark, you can find instructions for installing and building it on the <a href="/documentation.html">documentation page</a>.</p>
 
-<h3 id="all-releases">All Releases</h3>
+<h3 id="all-releases">Older Releases</h3>
 <ul>
   <li><a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz">Spark 0.9.1</a> (Apr 9, 2014) <a href="/releases/spark-release-0-9-1.html">(release notes)</a> (prebuilt: <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop1.tgz">Hadoop1 [HDP1, CDH3]</a>, <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-cdh4.tgz">CDH4</a>, <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1-bin-hadoop2.tgz">Hadoop2 [HDP2, CDH5]</a>) </li>
   <li><a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating.tgz">Spark 0.9.0</a> (Feb 2, 2014) <a href="/releases/spark-release-0-9-0.html">(release notes)</a> (prebuilt: <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-hadoop1.tgz">Hadoop1 [HDP1, CDH3]</a>, <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-cdh4.tgz">CDH4</a>, <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-hadoop2.tgz">Hadoop2 [HDP2, CDH5]</a>) </li>