summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-6-0.html
diff options
context:
space:
mode:
authorAaron Davidson <adav@apache.org>2014-06-06 00:55:58 +0000
committerAaron Davidson <adav@apache.org>2014-06-06 00:55:58 +0000
commit7458187a039490fc98608e502be2f0f035e4fd14 (patch)
tree324d9ca8b20c9a568ef4820c11bbaa6ccded9dc3 /site/releases/spark-release-0-6-0.html
parent5b8f4487f89d9be7ff7dd8c27f946ad98364b9ec (diff)
downloadspark-website-7458187a039490fc98608e502be2f0f035e4fd14.tar.gz
spark-website-7458187a039490fc98608e502be2f0f035e4fd14.tar.bz2
spark-website-7458187a039490fc98608e502be2f0f035e4fd14.zip
Fix examples.md to point to the right parts of the Spark repo
Diffstat (limited to 'site/releases/spark-release-0-6-0.html')
-rw-r--r--site/releases/spark-release-0-6-0.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/releases/spark-release-0-6-0.html b/site/releases/spark-release-0-6-0.html
index c764d7d98..08a1cbbe9 100644
--- a/site/releases/spark-release-0-6-0.html
+++ b/site/releases/spark-release-0-6-0.html
@@ -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>