summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTathagata Das <tdas@apache.org>2014-04-09 23:19:13 +0000
committerTathagata Das <tdas@apache.org>2014-04-09 23:19:13 +0000
commit31820517cbd9b08294e448ec3ed2c419ecd80600 (patch)
tree284c6fce7d50448e384b3e5f8647df63a7ddf402
parent8836ea1b030c5e17dd3d7a9125568fec21aa2c36 (diff)
downloadspark-website-31820517cbd9b08294e448ec3ed2c419ecd80600.tar.gz
spark-website-31820517cbd9b08294e448ec3ed2c419ecd80600.tar.bz2
spark-website-31820517cbd9b08294e448ec3ed2c419ecd80600.zip
Updated 0.9.1 release notes
-rw-r--r--releases/_posts/2014-04-09-spark-release-0-9-1.md2
-rw-r--r--site/docs/0.9.1/0.9.1-docs.tgzbin9248636 -> 0 bytes
-rw-r--r--site/releases/spark-release-0-9-1.html2
3 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 44dce269c..20bf58695 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 and setName
+* Added Missing RDD operations to PySpark - top, zip, foldByKey, repartition, coallesce, getStorageLevel, setName and toDebugString
### Improvements to documentation
* Streaming: Added documentation on running streaming application from spark-shell
diff --git a/site/docs/0.9.1/0.9.1-docs.tgz b/site/docs/0.9.1/0.9.1-docs.tgz
deleted file mode 100644
index 9883659a2..000000000
--- a/site/docs/0.9.1/0.9.1-docs.tgz
+++ /dev/null
Binary files differ
diff --git a/site/releases/spark-release-0-9-1.html b/site/releases/spark-release-0-9-1.html
index 583d35fe3..ec7ab160d 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 and setName </li>
+ <li>Added Missing RDD operations to PySpark - top, zip, foldByKey, repartition, coallesce, getStorageLevel, setName and toDebugString</li>
</ul>
<h3 id="improvements-to-documentation">Improvements to documentation</h3>