Author: tdas
Date: Thu Apr 10 02:17:44 2014
New Revision: 1586197

URL: http://svn.apache.org/r1586197
Log:
Fixed typo

Modified:
    spark/releases/_posts/2014-04-09-spark-release-0-9-1.md
    spark/site/releases/spark-release-0-9-1.html

Modified: spark/releases/_posts/2014-04-09-spark-release-0-9-1.md
URL: 
http://svn.apache.org/viewvc/spark/releases/_posts/2014-04-09-spark-release-0-9-1.md?rev=1586197&r1=1586196&r2=1586197&view=diff
==============================================================================
--- spark/releases/_posts/2014-04-09-spark-release-0-9-1.md (original)
+++ spark/releases/_posts/2014-04-09-spark-release-0-9-1.md Thu Apr 10 02:17:44 
2014
@@ -59,7 +59,7 @@ Several bug fixes were made to YARN depl
 * 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

Modified: spark/site/releases/spark-release-0-9-1.html
URL: 
http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-9-1.html?rev=1586197&r1=1586196&r2=1586197&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-9-1.html (original)
+++ spark/site/releases/spark-release-0-9-1.html Thu Apr 10 02:17:44 2014
@@ -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>


Reply via email to