summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-6-0.html
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-02-03 08:21:13 +0000
committerPatrick Wendell <pwendell@apache.org>2014-02-03 08:21:13 +0000
commit4d3c3750df6af496afbc5f8ec2a23514327e1f8d (patch)
treefed6724bf02ef2eae916111ad68eb2df34d26799 /site/releases/spark-release-0-6-0.html
parentffa89cfbb0887db1e53b4e774359003daae7a62c (diff)
downloadspark-website-4d3c3750df6af496afbc5f8ec2a23514327e1f8d.tar.gz
spark-website-4d3c3750df6af496afbc5f8ec2a23514327e1f8d.tar.bz2
spark-website-4d3c3750df6af496afbc5f8ec2a23514327e1f8d.zip
Updates for Spark 0.9.0 release.
Diffstat (limited to 'site/releases/spark-release-0-6-0.html')
-rw-r--r--site/releases/spark-release-0-6-0.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/site/releases/spark-release-0-6-0.html b/site/releases/spark-release-0-6-0.html
index 3c047ff8c..c5e36a6b5 100644
--- a/site/releases/spark-release-0-6-0.html
+++ b/site/releases/spark-release-0-6-0.html
@@ -124,6 +124,9 @@
<h5>Latest News</h5>
<ul class="list-unstyled">
+ <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 released</a>
+ <span class="small">(Feb 02, 2014)</span></li>
+
<li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
<span class="small">(Dec 19, 2013)</span></li>
@@ -133,9 +136,6 @@
<li><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a>
<span class="small">(Oct 08, 2013)</span></li>
- <li><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a>
- <span class="small">(Sep 25, 2013)</span></li>
-
</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
@@ -172,11 +172,11 @@
<h3>Java API</h3>
-<p>Java programmers can now use Spark through a new <a href="/docs/0.6.0/java-programming-guide.html">Java API layer</a>. This layer makes available all of Spark’s features, including parallel transformations, distributed datasets, broadcast variables, and accumulators, in a Java-friendly manner.</p>
+<p>Java programmers can now use Spark through a new <a href="/docs/0.6.0/java-programming-guide.html">Java API layer</a>. This layer makes available all of Spark&#8217;s features, including parallel transformations, distributed datasets, broadcast variables, and accumulators, in a Java-friendly manner.</p>
<h3>Expanded Documentation</h3>
-<p>Spark’s <a href="/docs/0.6.0/">documentation</a> has been expanded with a new <a href="/docs/0.6.0/quick-start.html">quick start guide</a>, additional deployment instructions, configuration guide, tuning guide, and improved <a href="/docs/0.6.0/api/core">Scaladoc</a> API documentation.</p>
+<p>Spark&#8217;s <a href="/docs/0.6.0/">documentation</a> has been expanded with a new <a href="/docs/0.6.0/quick-start.html">quick start guide</a>, additional deployment instructions, configuration guide, tuning guide, and improved <a href="/docs/0.6.0/api/core">Scaladoc</a> API documentation.</p>
<h3>Engine Changes</h3>
@@ -199,7 +199,7 @@
<h3>Enhanced Debugging</h3>
-<p>Spark’s log now prints which operation in your program each RDD and job described in your logs belongs to, making it easier to tie back to which parts of your code experience problems.</p>
+<p>Spark&#8217;s log now prints which operation in your program each RDD and job described in your logs belongs to, making it easier to tie back to which parts of your code experience problems.</p>
<h3>Maven Artifacts</h3>