summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-8-0.html
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-02-25 06:34:58 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-02-25 06:34:58 +0000
commitf4dccabd79b5b28af1a92ec4262846859944074b (patch)
tree890271088327abcae083ef04ccbb7f6a37896203 /site/releases/spark-release-0-8-0.html
parent97eb07ce190427cd326f0a09e19d88b026480e5e (diff)
downloadspark-website-f4dccabd79b5b28af1a92ec4262846859944074b.tar.gz
spark-website-f4dccabd79b5b28af1a92ec4262846859944074b.tar.bz2
spark-website-f4dccabd79b5b28af1a92ec4262846859944074b.zip
Fix footer for TLP, use trademark symbols
Diffstat (limited to 'site/releases/spark-release-0-8-0.html')
-rw-r--r--site/releases/spark-release-0-8-0.html145
1 files changed, 71 insertions, 74 deletions
diff --git a/site/releases/spark-release-0-8-0.html b/site/releases/spark-release-0-8-0.html
index b1abc7b57..cb55cb864 100644
--- a/site/releases/spark-release-0-8-0.html
+++ b/site/releases/spark-release-0-8-0.html
@@ -204,13 +204,13 @@
<li>The examples build has been isolated from the core build, substantially reducing the potential for dependency conflicts.</li>
<li>The Spark Streaming Twitter API has been updated to use OAuth authentication instead of the deprecated username/password authentication in Spark 0.7.0.</li>
<li>Several new example jobs have been added, including PageRank implementations in Java, Scala and Python, examples for accessing HBase and Cassandra, and MLlib examples.</li>
- <li>Support for running on Mesos has been improved &#8211; now you can deploy a Spark assembly JAR as part of the Mesos job, instead of having Spark pre-installed on each machine. The default Mesos version has also been updated to 0.13.</li>
+ <li>Support for running on Mesos has been improved – now you can deploy a Spark assembly JAR as part of the Mesos job, instead of having Spark pre-installed on each machine. The default Mesos version has also been updated to 0.13.</li>
<li>This release includes various optimizations to PySpark and to the job scheduler.</li>
</ul>
<h3 id="compatibility">Compatibility</h3>
<ul>
- <li><strong>This release changes Spark’s package name to &#8216;org.apache.spark&#8217;</strong>, so those upgrading from Spark 0.7 will need to adjust their imports accordingly. In addition, we’ve moved the <code>RDD</code> class to the org.apache.spark.rdd package (it was previously in the top-level package). The Spark artifacts published through Maven have also changed to the new package name.</li>
+ <li><strong>This release changes Spark’s package name to ‘org.apache.spark’</strong>, so those upgrading from Spark 0.7 will need to adjust their imports accordingly. In addition, we’ve moved the <code>RDD</code> class to the org.apache.spark.rdd package (it was previously in the top-level package). The Spark artifacts published through Maven have also changed to the new package name.</li>
<li>In the Java API, use of Scala’s <code>Option</code> class has been replaced with <code>Optional</code> from the Guava library.</li>
<li>Linking against Spark for arbitrary Hadoop versions is now possible by specifying a dependency on <code>hadoop-client</code>, instead of rebuilding <code>spark-core</code> against your version of Hadoop. See the documentation <a href="http://spark.incubator.apache.org/docs/0.8.0/scala-programming-guide.html#linking-with-spark">here</a> for details.</li>
<li>If you are building Spark, you’ll now need to run <code>sbt/sbt assembly</code> instead of <code>package</code>.</li>
@@ -220,73 +220,73 @@
<p>Spark 0.8.0 was the result of the largest team of contributors yet. The following developers contributed to this release:</p>
<ul>
- <li>Andrew Ash &#8211; documentation, code cleanup and logging improvements</li>
- <li>Mikhail Bautin &#8211; bug fix</li>
- <li>Konstantin Boudnik &#8211; Maven build, bug fixes, and documentation</li>
- <li>Ian Buss &#8211; sbt configuration improvement</li>
- <li>Evan Chan &#8211; API improvement, bug fix, and documentation</li>
- <li>Lian Cheng &#8211; bug fix</li>
- <li>Tathagata Das &#8211; performance improvement in streaming receiver and streaming bug fix</li>
- <li>Aaron Davidson &#8211; Python improvements, bug fix, and unit tests</li>
- <li>Giovanni Delussu &#8211; coalesced RDD feature</li>
- <li>Joseph E. Gonzalez &#8211; improvement to zipPartitions</li>
- <li>Karen Feng &#8211; several improvements to web UI</li>
- <li>Andy Feng &#8211; HDFS metrics</li>
- <li>Ali Ghodsi &#8211; configuration improvements and locality-aware coalesce</li>
- <li>Christoph Grothaus &#8211; bug fix</li>
- <li>Thomas Graves &#8211; support for secure YARN cluster and various YARN-related improvements</li>
- <li>Stephen Haberman &#8211; bug fix, documentation, and code cleanup</li>
- <li>Mark Hamstra &#8211; bug fixes and Maven build</li>
- <li>Benjamin Hindman &#8211; Mesos compatibility and documentation</li>
- <li>Liang-Chi Hsieh &#8211; bug fixes in build and in YARN mode</li>
- <li>Shane Huang &#8211; shuffle improvements, bug fix</li>
- <li>Ethan Jewett &#8211; Spark/HBase example</li>
- <li>Holden Karau &#8211; bug fix and EC2 improvement</li>
- <li>Kody Koeniger &#8211; JDBV RDD implementation</li>
- <li>Andy Konwinski &#8211; documentation</li>
- <li>Jey Kottalam &#8211; PySpark optimizations, Hadoop agnostic build (lead), and bug fixes</li>
- <li>Andrey Kouznetsov &#8211; Bug fix</li>
- <li>S. Kumar &#8211; Spark Streaming example</li>
- <li>Ryan LeCompte &#8211; topK method optimization and serialization improvements</li>
- <li>Gavin Li &#8211; compression codecs and pipe support</li>
- <li>Harold Lim &#8211; fair scheduler</li>
- <li>Dmitriy Lyubimov &#8211; bug fix</li>
- <li>Chris Mattmann &#8211; Apache mentor</li>
- <li>David McCauley &#8211; JSON API improvement</li>
- <li>Sean McNamara &#8211; added <code>takeOrdered</code> function, bug fixes, and a build fix</li>
- <li>Mridul Muralidharan &#8211; YARN integration (lead) and scheduler improvements</li>
- <li>Marc Mercer &#8211; improvements to UI json output</li>
- <li>Christopher Nguyen &#8211; bug fixes</li>
- <li>Erik van Oosten &#8211; example fix</li>
- <li>Kay Ousterhout &#8211; fix for scheduler regression and bug fixes</li>
- <li>Xinghao Pan &#8211; MLLib contributions</li>
- <li>Hiral Patel &#8211; bug fix</li>
- <li>James Phillpotts &#8211; updated Twitter API for Spark streaming</li>
- <li>Nick Pentreath &#8211; scala pageRank example, bagel improvement, and several Java examples</li>
- <li>Alexander Pivovarov &#8211; logging improvement and Maven build</li>
- <li>Mike Potts &#8211; configuration improvement</li>
- <li>Rohit Rai &#8211; Spark/Cassandra example</li>
- <li>Imran Rashid &#8211; bug fixes and UI improvement</li>
- <li>Charles Reiss &#8211; bug fixes, code cleanup, performance improvements</li>
- <li>Josh Rosen &#8211; Python API improvements, Java API improvements, EC2 scripts and bug fixes</li>
- <li>Henry Saputra &#8211; Apache mentor</li>
- <li>Jerry Shao &#8211; bug fixes, metrics system</li>
- <li>Prashant Sharma &#8211; documentation</li>
- <li>Mingfei Shi &#8211; joblogger and bug fix</li>
- <li>Andre Schumacher &#8211; several PySpark features</li>
- <li>Ginger Smith &#8211; MLLib contribution</li>
- <li>Evan Sparks &#8211; contributions to MLLib</li>
- <li>Ram Sriharsha &#8211; bug fix and RDD removal feature</li>
- <li>Ameet Talwalkar &#8211; MLlib contributions</li>
- <li>Roman Tkalenko &#8211; code refactoring and cleanup</li>
- <li>Chu Tong &#8211; Java PageRank algorithm and bug fix in bash scripts</li>
- <li>Shivaram Venkataraman &#8211; bug fixes, contributions to MLLib, netty shuffle fixes, and Java API additions</li>
- <li>Patrick Wendell &#8211; release manager, bug fixes, documentation, metrics system, and web UI</li>
- <li>Andrew Xia &#8211; fair scheduler (lead), metrics system, and ui improvements</li>
- <li>Reynold Xin &#8211; shuffle improvements, bug fixes, code refactoring, usability improvements, MLLib contributions</li>
- <li>Matei Zaharia &#8211; MLLib contributions, documentation, examples, UI improvements, PySpark improvements, and bug fixes</li>
- <li>Wu Zeming &#8211; bug fix in scheduler</li>
- <li>Bill Zhao &#8211; log message improvement</li>
+ <li>Andrew Ash – documentation, code cleanup and logging improvements</li>
+ <li>Mikhail Bautin – bug fix</li>
+ <li>Konstantin Boudnik – Maven build, bug fixes, and documentation</li>
+ <li>Ian Buss – sbt configuration improvement</li>
+ <li>Evan Chan – API improvement, bug fix, and documentation</li>
+ <li>Lian Cheng – bug fix</li>
+ <li>Tathagata Das – performance improvement in streaming receiver and streaming bug fix</li>
+ <li>Aaron Davidson – Python improvements, bug fix, and unit tests</li>
+ <li>Giovanni Delussu – coalesced RDD feature</li>
+ <li>Joseph E. Gonzalez – improvement to zipPartitions</li>
+ <li>Karen Feng – several improvements to web UI</li>
+ <li>Andy Feng – HDFS metrics</li>
+ <li>Ali Ghodsi – configuration improvements and locality-aware coalesce</li>
+ <li>Christoph Grothaus – bug fix</li>
+ <li>Thomas Graves – support for secure YARN cluster and various YARN-related improvements</li>
+ <li>Stephen Haberman – bug fix, documentation, and code cleanup</li>
+ <li>Mark Hamstra – bug fixes and Maven build</li>
+ <li>Benjamin Hindman – Mesos compatibility and documentation</li>
+ <li>Liang-Chi Hsieh – bug fixes in build and in YARN mode</li>
+ <li>Shane Huang – shuffle improvements, bug fix</li>
+ <li>Ethan Jewett – Spark/HBase example</li>
+ <li>Holden Karau – bug fix and EC2 improvement</li>
+ <li>Kody Koeniger – JDBV RDD implementation</li>
+ <li>Andy Konwinski – documentation</li>
+ <li>Jey Kottalam – PySpark optimizations, Hadoop agnostic build (lead), and bug fixes</li>
+ <li>Andrey Kouznetsov – Bug fix</li>
+ <li>S. Kumar – Spark Streaming example</li>
+ <li>Ryan LeCompte – topK method optimization and serialization improvements</li>
+ <li>Gavin Li – compression codecs and pipe support</li>
+ <li>Harold Lim – fair scheduler</li>
+ <li>Dmitriy Lyubimov – bug fix</li>
+ <li>Chris Mattmann – Apache mentor</li>
+ <li>David McCauley – JSON API improvement</li>
+ <li>Sean McNamara – added <code>takeOrdered</code> function, bug fixes, and a build fix</li>
+ <li>Mridul Muralidharan – YARN integration (lead) and scheduler improvements</li>
+ <li>Marc Mercer – improvements to UI json output</li>
+ <li>Christopher Nguyen – bug fixes</li>
+ <li>Erik van Oosten – example fix</li>
+ <li>Kay Ousterhout – fix for scheduler regression and bug fixes</li>
+ <li>Xinghao Pan – MLLib contributions</li>
+ <li>Hiral Patel – bug fix</li>
+ <li>James Phillpotts – updated Twitter API for Spark streaming</li>
+ <li>Nick Pentreath – scala pageRank example, bagel improvement, and several Java examples</li>
+ <li>Alexander Pivovarov – logging improvement and Maven build</li>
+ <li>Mike Potts – configuration improvement</li>
+ <li>Rohit Rai – Spark/Cassandra example</li>
+ <li>Imran Rashid – bug fixes and UI improvement</li>
+ <li>Charles Reiss – bug fixes, code cleanup, performance improvements</li>
+ <li>Josh Rosen – Python API improvements, Java API improvements, EC2 scripts and bug fixes</li>
+ <li>Henry Saputra – Apache mentor</li>
+ <li>Jerry Shao – bug fixes, metrics system</li>
+ <li>Prashant Sharma – documentation</li>
+ <li>Mingfei Shi – joblogger and bug fix</li>
+ <li>Andre Schumacher – several PySpark features</li>
+ <li>Ginger Smith – MLLib contribution</li>
+ <li>Evan Sparks – contributions to MLLib</li>
+ <li>Ram Sriharsha – bug fix and RDD removal feature</li>
+ <li>Ameet Talwalkar – MLlib contributions</li>
+ <li>Roman Tkalenko – code refactoring and cleanup</li>
+ <li>Chu Tong – Java PageRank algorithm and bug fix in bash scripts</li>
+ <li>Shivaram Venkataraman – bug fixes, contributions to MLLib, netty shuffle fixes, and Java API additions</li>
+ <li>Patrick Wendell – release manager, bug fixes, documentation, metrics system, and web UI</li>
+ <li>Andrew Xia – fair scheduler (lead), metrics system, and ui improvements</li>
+ <li>Reynold Xin – shuffle improvements, bug fixes, code refactoring, usability improvements, MLLib contributions</li>
+ <li>Matei Zaharia – MLLib contributions, documentation, examples, UI improvements, PySpark improvements, and bug fixes</li>
+ <li>Wu Zeming – bug fix in scheduler</li>
+ <li>Bill Zhao – log message improvement</li>
</ul>
<p>Thanks to everyone who contributed!
@@ -305,11 +305,8 @@ We’d especially like to thank Patrick Wendell for acting as the release manage
<footer class="small">
<hr>
- Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
- <a href="http://incubator.apache.org/" style="border: none;">
- <img style="vertical-align: middle; float: right; margin-bottom: 15px;"
- src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
- </a>
+ Apache Spark, Spark, Apache, and the Spark logo are trademarks of
+ <a href="http://www.apache.org">The Apache Software Foundation</a>.
</footer>
</div>