summaryrefslogtreecommitdiff
path: root/releases/_posts/2014-05-30-spark-release-1-0-0.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-05-30 10:39:27 +0000
committerPatrick Wendell <pwendell@apache.org>2014-05-30 10:39:27 +0000
commit154c107ab039df0d6f6ac44074eb3fd56322e2dc (patch)
tree79a4f15bf86cd6ee7eca58162acd248b583c5163 /releases/_posts/2014-05-30-spark-release-1-0-0.md
parent6a80b733c8f7073f05204c147d84f89c5a55be66 (diff)
downloadspark-website-154c107ab039df0d6f6ac44074eb3fd56322e2dc.tar.gz
spark-website-154c107ab039df0d6f6ac44074eb3fd56322e2dc.tar.bz2
spark-website-154c107ab039df0d6f6ac44074eb3fd56322e2dc.zip
Fixing link to checksum page
Diffstat (limited to 'releases/_posts/2014-05-30-spark-release-1-0-0.md')
-rw-r--r--releases/_posts/2014-05-30-spark-release-1-0-0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/releases/_posts/2014-05-30-spark-release-1-0-0.md b/releases/_posts/2014-05-30-spark-release-1-0-0.md
index a68b1bc28..21bb309fe 100644
--- a/releases/_posts/2014-05-30-spark-release-1-0-0.md
+++ b/releases/_posts/2014-05-30-spark-release-1-0-0.md
@@ -19,7 +19,7 @@ You can download Spark 1.0.0 as either a
<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-hadoop1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-hadoop1.tgz'); return false;">Hadoop 1 / CDH3</a>,
<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-cdh4.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-cdh4.tgz'); return false;">CDH4</a>, or
<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-hadoop2.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-hadoop2.tgz'); return false;">Hadoop 2 / CDH5 / HDP2</a>
-(160 MB tgz). Release signatures and checksums are available at the official [Apache download site](http://www.apache.org/dist/incubator/spark/spark-1.0.0/).
+(160 MB tgz). Release signatures and checksums are available at the official [Apache download site](http://www.apache.org/dist/spark/spark-1.0.0/).
### API Stability
Spark 1.0.0 is the first release in the 1.X major line. Spark is guaranteeing stability of its core API for all 1.X releases. Historically Spark has already been very conservative with API changes, but this guarantee codifies our commitment to application writers. The project has also clearly annotated experimental, alpha, and developer API’s to provide guidance on future API changes of newer components.