summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-3.html
diff options
context:
space:
mode:
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 f4e8081e0..410991b3e 100644
--- a/site/releases/spark-release-0-3.html
+++ b/site/releases/spark-release-0-3.html
@@ -176,7 +176,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 />