summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-3.html
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2013-12-19 23:48:38 +0000
committerPatrick Wendell <pwendell@apache.org>2013-12-19 23:48:38 +0000
commitf64cac396b1a479fe4412d728c1b6797ded7873a (patch)
tree4f62841800848e9cfbe6b758ae9429da261ec27b /site/releases/spark-release-0-3.html
parent5641130a8ed2a2917e64298d6832ec3b201e49a0 (diff)
downloadspark-website-f64cac396b1a479fe4412d728c1b6797ded7873a.tar.gz
spark-website-f64cac396b1a479fe4412d728c1b6797ded7873a.tar.bz2
spark-website-f64cac396b1a479fe4412d728c1b6797ded7873a.zip
Adding 0.8.1 release
Diffstat (limited to 'site/releases/spark-release-0-3.html')
-rw-r--r--site/releases/spark-release-0-3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/releases/spark-release-0-3.html b/site/releases/spark-release-0-3.html
index 281bd958f..6464b9838 100644
--- a/site/releases/spark-release-0-3.html
+++ b/site/releases/spark-release-0-3.html
@@ -148,7 +148,7 @@
<h3>Native Types for SequenceFiles</h3>
-<p>In working with SequenceFiles, which store objects that implement Hadoop’s Writable interface, Spark will now let you use native types for certain common Writable types, like IntWritable and Text. For example:</p>
+<p>In working with SequenceFiles, which store objects that implement Hadoop&#8217;s Writable interface, Spark will now let you use native types for certain common Writable types, like IntWritable and Text. For example:</p>
<div class="code">
<span class="comment">// Will read a SequenceFile of (IntWritable, Text)</span><br />