summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-1-0-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-1-0-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-1-0-2.html')
-rw-r--r--site/releases/spark-release-1-0-2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/releases/spark-release-1-0-2.html b/site/releases/spark-release-1-0-2.html
index 574d3dfc8..ac126d23f 100644
--- a/site/releases/spark-release-1-0-2.html
+++ b/site/releases/spark-release-1-0-2.html
@@ -176,7 +176,7 @@
<h4 id="spark-core">Spark Core</h4>
<ul>
<li>Avoid pulling in the entire RDD or PairRDDFunctions in various operators (<a href="https://issues.apache.org/jira/browse/SPARK-2534">SPARK-2534</a>)</li>
- <li>RangePartitioner&#8217;s binary search does not use the given Ordering (<a href="https://issues.apache.org/jira/browse/SPARK-2598">SPARK-2598</a>)</li>
+ <li>RangePartitioner’s binary search does not use the given Ordering (<a href="https://issues.apache.org/jira/browse/SPARK-2598">SPARK-2598</a>)</li>
<li>Exception in accumulator update should not crash DAGScheduler and SparkContext (<a href="https://issues.apache.org/jira/browse/SPARK-2323">SPARK-2323</a>)</li>
</ul>