summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-9-2.html
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-08-18 19:16:42 +0000
committerPatrick Wendell <pwendell@apache.org>2014-08-18 19:16:42 +0000
commit6f114d6fcc3df7a9ad8212efbf4c85367fb13156 (patch)
tree318bf9a8a90c5a66d2b77b94c48743b9ef3283df /site/releases/spark-release-0-9-2.html
parenteba11cea276c1b5ffbe8a95e56471d23639fca6b (diff)
downloadspark-website-6f114d6fcc3df7a9ad8212efbf4c85367fb13156.tar.gz
spark-website-6f114d6fcc3df7a9ad8212efbf4c85367fb13156.tar.bz2
spark-website-6f114d6fcc3df7a9ad8212efbf4c85367fb13156.zip
Adding MapR artifact links for v1.0.2.
Diffstat (limited to 'site/releases/spark-release-0-9-2.html')
-rw-r--r--site/releases/spark-release-0-9-2.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/releases/spark-release-0-9-2.html b/site/releases/spark-release-0-9-2.html
index 65c47e222..9c7883056 100644
--- a/site/releases/spark-release-0-9-2.html
+++ b/site/releases/spark-release-0-9-2.html
@@ -175,7 +175,7 @@
<h4 id="spark-core">Spark Core</h4>
<ul>
- <li>ExternalAppendOnlyMap doesn’t always find matching keys. (<a href="https://issues.apache.org/jira/browse/SPARK-2043">SPARK-2043</a>)</li>
+ <li>ExternalAppendOnlyMap doesn&#8217;t always find matching keys. (<a href="https://issues.apache.org/jira/browse/SPARK-2043">SPARK-2043</a>)</li>
<li>Jobs hang due to akka frame size settings. (<a href="https://issues.apache.org/jira/browse/SPARK-1112">SPARK-1112</a>, <a href="https://issues.apache.org/jira/browse/SPARK-2156">SPARK-2156</a>)</li>
<li>HDFS FileSystems continually pile up in the FS cache. (<a href="https://issues.apache.org/jira/browse/SPARK-1676">SPARK-1676</a>)</li>
<li>Unneeded lock in ShuffleMapTask.deserializeInfo. (<a href="https://issues.apache.org/jira/browse/SPARK-1775">SPARK-1775</a>)</li>
@@ -184,15 +184,15 @@
<h4 id="pyspark">PySpark</h4>
<ul>
- <li>IPython won’t run standalone Python script. (<a href="https://issues.apache.org/jira/browse/SPARK-1134">SPARK-1134</a>)</li>
- <li>The hash method used by partitionBy doesn’t deal with None correctly. (<a href="https://issues.apache.org/jira/browse/SPARK-1468">SPARK-1468</a>)</li>
+ <li>IPython won&#8217;t run standalone Python script. (<a href="https://issues.apache.org/jira/browse/SPARK-1134">SPARK-1134</a>)</li>
+ <li>The hash method used by partitionBy doesn&#8217;t deal with None correctly. (<a href="https://issues.apache.org/jira/browse/SPARK-1468">SPARK-1468</a>)</li>
<li>PySpark crashes if too many tasks complete quickly. (<a href="https://issues.apache.org/jira/browse/SPARK-2282">SPARK-2282</a>)</li>
</ul>
<h4 id="mllib">MLlib</h4>
<ul>
<li>Make MLlib work on Python 2.6. (<a href="https://issues.apache.org/jira/browse/SPARK-1421">SPARK-1421</a>)</li>
- <li>Fix PySpark’s Naive Bayes implementation. (<a href="https://issues.apache.org/jira/browse/SPARK-2433">SPARK-2433</a>)</li>
+ <li>Fix PySpark&#8217;s Naive Bayes implementation. (<a href="https://issues.apache.org/jira/browse/SPARK-2433">SPARK-2433</a>)</li>
</ul>
<h4 id="streaming">Streaming</h4>