summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releases/_posts/2014-04-09-spark-release-0-9-1.md2
-rw-r--r--site/releases/spark-release-0-9-1.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/releases/_posts/2014-04-09-spark-release-0-9-1.md b/releases/_posts/2014-04-09-spark-release-0-9-1.md
index 20bf58695..308acce4e 100644
--- a/releases/_posts/2014-04-09-spark-release-0-9-1.md
+++ b/releases/_posts/2014-04-09-spark-release-0-9-1.md
@@ -59,7 +59,7 @@ Several bug fixes were made to YARN deployment mode:
* Fixed bug in Python de-pickling [[SPARK-1135](https://issues.apache.org/jira/browse/SPARK-1135)]
* Fixed bug in serialization of strings longer than 64K [[SPARK-1043](https://issues.apache.org/jira/browse/SPARK-1043)]
* Fixed bug that made jobs hang when base file is not available [[SPARK-1025](https://issues.apache.org/jira/browse/SPARK-1025)]
-* Added Missing RDD operations to PySpark - top, zip, foldByKey, repartition, coallesce, getStorageLevel, setName and toDebugString
+* Added Missing RDD operations to PySpark - top, zip, foldByKey, repartition, coalesce, getStorageLevel, setName and toDebugString
### Improvements to documentation
* Streaming: Added documentation on running streaming application from spark-shell
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>