summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-3.html
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-01-08 05:43:23 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-01-08 05:43:23 +0000
commite42e6e2bef38ca1d6fb92c27a7556f30be940574 (patch)
tree41cfc272012a0ddb13dfb2e2c7a375836f6134df /site/releases/spark-release-0-3.html
parentfb987595ab03e186b8fc3df08f8c649ca4f49fbd (diff)
downloadspark-website-e42e6e2bef38ca1d6fb92c27a7556f30be940574.tar.gz
spark-website-e42e6e2bef38ca1d6fb92c27a7556f30be940574.tar.bz2
spark-website-e42e6e2bef38ca1d6fb92c27a7556f30be940574.zip
Added links to Nabble archvies of mailing lists
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 6464b9838..281bd958f 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&#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 />