summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-3.html
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2013-10-08 01:51:07 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2013-10-08 01:51:07 +0000
commit94b8793a71a19c57c2f5617c4a4b6960362e51b4 (patch)
treee05c70835f4778a5162115bd441168314dc6329b /site/releases/spark-release-0-3.html
parentac19100fb40171633af4c3a5f3803831852a5c4c (diff)
downloadspark-website-94b8793a71a19c57c2f5617c4a4b6960362e51b4.tar.gz
spark-website-94b8793a71a19c57c2f5617c4a4b6960362e51b4.tar.bz2
spark-website-94b8793a71a19c57c2f5617c4a4b6960362e51b4.zip
Update homepage to point to powered-by and committers
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 a494c5051..ee8632a01 100644
--- a/site/releases/spark-release-0-3.html
+++ b/site/releases/spark-release-0-3.html
@@ -138,7 +138,7 @@
<h3>Native Types for SequenceFiles</h3>
-<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>
+<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>
<div class="code">
<span class="comment">// Will read a SequenceFile of (IntWritable, Text)</span><br />