summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-9-2.html
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-08-26 01:53:10 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-08-26 01:53:10 +0000
commit1f32de1de92160c203fa8bedaff67cf4bf0d835f (patch)
treee5c4b0bdf400ebe5bcbfc2065375963d7c893cd8 /site/releases/spark-release-0-9-2.html
parent6f114d6fcc3df7a9ad8212efbf4c85367fb13156 (diff)
downloadspark-website-1f32de1de92160c203fa8bedaff67cf4bf0d835f.tar.gz
spark-website-1f32de1de92160c203fa8bedaff67cf4bf0d835f.tar.bz2
spark-website-1f32de1de92160c203fa8bedaff67cf4bf0d835f.zip
Updated screecast links to work over HTTPS too
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 9c7883056..65c47e222 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&#8217;t always find matching keys. (<a href="https://issues.apache.org/jira/browse/SPARK-2043">SPARK-2043</a>)</li>
+ <li>ExternalAppendOnlyMap doesn’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&#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>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>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&#8217;s Naive Bayes implementation. (<a href="https://issues.apache.org/jira/browse/SPARK-2433">SPARK-2433</a>)</li>
+ <li>Fix PySpark’s Naive Bayes implementation. (<a href="https://issues.apache.org/jira/browse/SPARK-2433">SPARK-2433</a>)</li>
</ul>
<h4 id="streaming">Streaming</h4>