summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2013-09-28 23:29:59 +0000
committerPatrick Wendell <pwendell@apache.org>2013-09-28 23:29:59 +0000
commit08d4f7700212b606b6e01bfb97ed25fa74e831b3 (patch)
treead8d7208a332b41cb5d4d537770fb3f5330370ea /site
parentb699896ecb5ecf773928d645b1321a5f4cc3e2d0 (diff)
downloadspark-website-08d4f7700212b606b6e01bfb97ed25fa74e831b3.tar.gz
spark-website-08d4f7700212b606b6e01bfb97ed25fa74e831b3.tar.bz2
spark-website-08d4f7700212b606b6e01bfb97ed25fa74e831b3.zip
Using click tracking for direct downloads as wel
Diffstat (limited to 'site')
-rw-r--r--site/downloads.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/site/downloads.html b/site/downloads.html
index d3bc987f9..3ce6ef17d 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -124,14 +124,17 @@
<ul>
<li>Download sources:
-<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating.tgz" onclick="trackOutboundLink(this, 'Outbound Links', 'apache_spark-0.8.0-incubating.tgz'); return false;"> find an Apache mirror </a>
-or <a href="http://spark-project.org/download/spark-0.8.0-incubating.tgz">direct file download</a></li>
+<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating.tgz" onclick="trackOutboundLink(this, 'Release Downlaod Links', 'apache_spark-0.8.0-incubating.tgz'); return false;"> find an Apache mirror </a>
+or
+<a href="http://spark-project.org/download/spark-0.8.0-incubating.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.8.0-incubating.tgz'); return false;"> direct file download </a></li>
<li>Download binaries for Hadoop1/CDH3:
-<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating-bin-hadoop1.tgz" onclick="trackOutboundLink(this, 'Outbound Links', 'apache_spark-0.8.0-incubating-bin-hadoop1.tgz'); return false;"> find an Apache mirror </a>
-or <a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-hadoop1.tgz">direct file download</a></li>
+<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating-bin-hadoop1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.8.0-incubating-bin-hadoop1.tgz'); return false;"> find an Apache mirror </a>
+or
+<a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-hadoop1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.8.0-incubating-bin-hadoop1.tgz'); return false;"> direct file download </a></li>
<li>Download binaries for CDH4:
-<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating-bin-cdh4.tgz" onclick="trackOutboundLink(this, 'Outbound Links', 'apache_spark-0.8.0-incubating-bin-cdh4.tgz'); return false;"> find an Apache mirror </a>
-or <a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-cdh4.tgz">direct file download</a></li>
+<a href="http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating-bin-cdh4.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'apache_spark-0.8.0-incubating-bin-cdh4.tgz'); return false;"> find an Apache mirror </a>
+or
+<a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-cdh4.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.8.0-incubating-bin-cdh4.tgz'); return false;"> direct file download </a></li>
<li>Verify your download: <a href="http://www.apache.org/dist/incubator/spark/spark-0.8.0-incubating/">Apache signatures and checksums</a></li>
</ul>