summaryrefslogtreecommitdiff
path: root/site/releases
diff options
context:
space:
mode:
authorTathagata Das <tdas@apache.org>2014-04-10 02:17:44 +0000
committerTathagata Das <tdas@apache.org>2014-04-10 02:17:44 +0000
commita4cbec6c5499d469e7d0e600ef56d603f613bc15 (patch)
tree916d88171db11be507f69f828def5283af7938b1 /site/releases
parentb69a50dab3a43050b43d3c3f8a78722f3b8c9257 (diff)
downloadspark-website-a4cbec6c5499d469e7d0e600ef56d603f613bc15.tar.gz
spark-website-a4cbec6c5499d469e7d0e600ef56d603f613bc15.tar.bz2
spark-website-a4cbec6c5499d469e7d0e600ef56d603f613bc15.zip
Fixed typo
Diffstat (limited to 'site/releases')
-rw-r--r--site/releases/spark-release-0-9-1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/releases/spark-release-0-9-1.html b/site/releases/spark-release-0-9-1.html
index ec7ab160d..9eb5d0fe6 100644
--- a/site/releases/spark-release-0-9-1.html
+++ b/site/releases/spark-release-0-9-1.html
@@ -217,7 +217,7 @@
<li>Fixed bug in Python de-pickling [<a href="https://issues.apache.org/jira/browse/SPARK-1135">SPARK-1135</a>]</li>
<li>Fixed bug in serialization of strings longer than 64K [<a href="https://issues.apache.org/jira/browse/SPARK-1043">SPARK-1043</a>] </li>
<li>Fixed bug that made jobs hang when base file is not available [<a href="https://issues.apache.org/jira/browse/SPARK-1025">SPARK-1025</a>] </li>
- <li>Added Missing RDD operations to PySpark - top, zip, foldByKey, repartition, coallesce, getStorageLevel, setName and toDebugString</li>
+ <li>Added Missing RDD operations to PySpark - top, zip, foldByKey, repartition, coalesce, getStorageLevel, setName and toDebugString</li>
</ul>
<h3 id="improvements-to-documentation">Improvements to documentation</h3>