You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/02/25 07:34:59 UTC

svn commit: r1571585 [2/2] - in /spark: ./ _layouts/ css/ site/ site/css/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/streaming/

Modified: spark/site/releases/spark-release-0-6-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-6-0.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-6-0.html (original)
+++ spark/site/releases/spark-release-0-6-0.html Tue Feb 25 06:34:58 2014
@@ -172,11 +172,11 @@
 
 <h3>Java API</h3>
 
-<p>Java programmers can now use Spark through a new <a href="/docs/0.6.0/java-programming-guide.html">Java API layer</a>. This layer makes available all of Spark&#8217;s features, including parallel transformations, distributed datasets, broadcast variables, and accumulators, in a Java-friendly manner.</p>
+<p>Java programmers can now use Spark through a new <a href="/docs/0.6.0/java-programming-guide.html">Java API layer</a>. This layer makes available all of Spark’s features, including parallel transformations, distributed datasets, broadcast variables, and accumulators, in a Java-friendly manner.</p>
 
 <h3>Expanded Documentation</h3>
 
-<p>Spark&#8217;s <a href="/docs/0.6.0/">documentation</a> has been expanded with a new <a href="/docs/0.6.0/quick-start.html">quick start guide</a>, additional deployment instructions, configuration guide, tuning guide, and improved <a href="/docs/0.6.0/api/core">Scaladoc</a> API documentation.</p>
+<p>Spark’s <a href="/docs/0.6.0/">documentation</a> has been expanded with a new <a href="/docs/0.6.0/quick-start.html">quick start guide</a>, additional deployment instructions, configuration guide, tuning guide, and improved <a href="/docs/0.6.0/api/core">Scaladoc</a> API documentation.</p>
 
 <h3>Engine Changes</h3>
 
@@ -199,7 +199,7 @@
 
 <h3>Enhanced Debugging</h3>
 
-<p>Spark&#8217;s log now prints which operation in your program each RDD and job described in your logs belongs to, making it easier to tie back to which parts of your code experience problems.</p>
+<p>Spark’s log now prints which operation in your program each RDD and job described in your logs belongs to, making it easier to tie back to which parts of your code experience problems.</p>
 
 <h3>Maven Artifacts</h3>
 
@@ -252,11 +252,8 @@
 
 <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>

Modified: spark/site/releases/spark-release-0-6-1.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-6-1.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-6-1.html (original)
+++ spark/site/releases/spark-release-0-6-1.html Tue Feb 25 06:34:58 2014
@@ -192,11 +192,8 @@
 
 <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>

Modified: spark/site/releases/spark-release-0-6-2.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-6-2.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-6-2.html (original)
+++ spark/site/releases/spark-release-0-6-2.html Tue Feb 25 06:34:58 2014
@@ -206,11 +206,8 @@ In total, eleven people contributed to t
 
 <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>

Modified: spark/site/releases/spark-release-0-7-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-7-0.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-7-0.html (original)
+++ spark/site/releases/spark-release-0-7-0.html Tue Feb 25 06:34:58 2014
@@ -186,7 +186,7 @@
 
 <h3>New Operations</h3>
 
-<p>This release adds several RDD transformations, including <tt>keys</tt>, <tt>values</tt>, <tt>keyBy</tt>, <tt>subtract</tt>, <tt>coalesce</tt>, <tt>zip</tt>. It also adds <tt>SparkContext.hadoopConfiguration</tt> to allow programs to configure Hadoop input/output settings globally across operations. Finally, it adds the <tt>RDD.toDebugString()</tt> method, which can be used to print an RDD&#8217;s lineage graph for troubleshooting.</p>
+<p>This release adds several RDD transformations, including <tt>keys</tt>, <tt>values</tt>, <tt>keyBy</tt>, <tt>subtract</tt>, <tt>coalesce</tt>, <tt>zip</tt>. It also adds <tt>SparkContext.hadoopConfiguration</tt> to allow programs to configure Hadoop input/output settings globally across operations. Finally, it adds the <tt>RDD.toDebugString()</tt> method, which can be used to print an RDD’s lineage graph for troubleshooting.</p>
 
 <h3>EC2 Improvements</h3>
 
@@ -223,7 +223,7 @@
 
 <h3>Credits</h3>
 
-<p>Spark 0.7 was the work of many contributors from Berkeley and outside&#8212;in total, 31 different contributors, of which 20 were from outside Berkeley. Here are the people who contributed, along with areas they worked on:</p>
+<p>Spark 0.7 was the work of many contributors from Berkeley and outside—in total, 31 different contributors, of which 20 were from outside Berkeley. Here are the people who contributed, along with areas they worked on:</p>
 
 <ul>
   <li>Mikhail Bautin -- Maven build</li>
@@ -274,11 +274,8 @@
 
 <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>

Modified: spark/site/releases/spark-release-0-7-2.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-7-2.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-7-2.html (original)
+++ spark/site/releases/spark-release-0-7-2.html Tue Feb 25 06:34:58 2014
@@ -216,11 +216,8 @@
 
 <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>

Modified: spark/site/releases/spark-release-0-7-3.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-7-3.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-7-3.html (original)
+++ spark/site/releases/spark-release-0-7-3.html Tue Feb 25 06:34:58 2014
@@ -210,11 +210,8 @@
 
 <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>

Modified: spark/site/releases/spark-release-0-8-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-8-0.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-8-0.html (original)
+++ spark/site/releases/spark-release-0-8-0.html Tue Feb 25 06:34:58 2014
@@ -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 Patri
 
 <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>

Modified: spark/site/releases/spark-release-0-8-1.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-8-1.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-8-1.html (original)
+++ spark/site/releases/spark-release-0-8-1.html Tue Feb 25 06:34:58 2014
@@ -163,7 +163,7 @@
 <p>Apache Spark 0.8.1 is a maintenance and performance release for the Scala 2.9 version of Spark. It also adds several new features, such as standalone mode high availability, that will appear in Spark 0.9 but developers wanted to have in Scala 2.9. Contributions to 0.8.1 came from 41 developers.</p>
 
 <h3 id="yarn-22-support">YARN 2.2 Support</h3>
-<p>Support has been added for running Spark on YARN 2.2 and newer. Due to a change in the YARN API between previous versions and 2.2+, this was not supported in Spark 0.8.0. See the <a href="/docs/0.8.1/running-on-yarn.html">YARN documentation</a> for specific instructions on how to build Spark for YARN 2.2+. We&#8217;ve also included a pre-compiled binary for YARN 2.2.</p>
+<p>Support has been added for running Spark on YARN 2.2 and newer. Due to a change in the YARN API between previous versions and 2.2+, this was not supported in Spark 0.8.0. See the <a href="/docs/0.8.1/running-on-yarn.html">YARN documentation</a> for specific instructions on how to build Spark for YARN 2.2+. We’ve also included a pre-compiled binary for YARN 2.2.</p>
 
 <h3 id="high-availability-mode-for-standalone-cluster-manager">High Availability Mode for Standalone Cluster Manager</h3>
 <p>The standalone cluster manager now has a high availability (H/A) mode which can tolerate master failures. This is particularly useful for long-running applications such as streaming jobs and the shark server, where the scheduler master previously represented a single point of failure. Instructions for deploying H/A mode are included <a href="/docs/0.8.1/spark-standalone.html#high-availability">in the documentation</a>. The current implementation uses Zookeeper for coordination.</p>
@@ -174,7 +174,7 @@
 <ul>
   <li>Optimized hashtables for shuffle data - reduces memory and CPU consumption</li>
   <li>Efficient encoding for JobConfs - improves latency for stages reading large numbers of blocks from HDFS, S3, and HBase</li>
-  <li>Shuffle file consolidation (off by default) - reduces the number of files created in large shuffles for better filesystem performance. This change works best on filesystems newer than ext3 (we recommend ext4 or XFS), and it will be the default in Spark 0.9, but we’ve left it off by default for compatibility. We recommend users turn this on unless they are using ext3 by setting <code>spark.shuffle.consolidateFiles</code> to &#8220;true&#8221;.</li>
+  <li>Shuffle file consolidation (off by default) - reduces the number of files created in large shuffles for better filesystem performance. This change works best on filesystems newer than ext3 (we recommend ext4 or XFS), and it will be the default in Spark 0.9, but we’ve left it off by default for compatibility. We recommend users turn this on unless they are using ext3 by setting <code>spark.shuffle.consolidateFiles</code> to “true”.</li>
   <li>Torrent broadcast (off by default) - a faster broadcast implementation for large objects.</li>
   <li>Support for fetching large result sets - allows tasks to return large results without tuning Akka buffer sizes.</li>
 </ul>
@@ -211,47 +211,47 @@
 <h3 id="credits">Credits</h3>
 
 <ul>
-  <li>Michael Armbrust &#8211; build fix</li>
-  <li>Pierre Borckmans &#8211; typo fix in documentation</li>
-  <li>Evan Chan &#8211; <code>local://</code> scheme for dependency jars</li>
-  <li>Ewen Cheslack-Postava &#8211; <code>add</code> method for python accumulators, support for setting config properties in python</li>
-  <li>Mosharaf Chowdhury &#8211; optimized broadcast implementation</li>
-  <li>Frank Dai &#8211; documentation fix</li>
-  <li>Aaron Davidson &#8211; shuffle file consolidation, H/A mode for standalone scheduler, cleaned up representation of block IDs, several improvements and bug fixes</li>
-  <li>Tathagata Das &#8211; new streaming operators, fix for kafka concurrency bug</li>
-  <li>Ankur Dave &#8211; support for pausing spot clusters on EC2</li>
-  <li>Harvey Feng &#8211; optimization to JobConf broadcasts, bug fixes, YARN 2.2 build</li>
-  <li>Ali Ghodsi &#8211; YARN 2.2 build</li>
-  <li>Thomas Graves &#8211; Spark YARN integration including secure HDFS access over YARN</li>
-  <li>Li Guoqiang &#8211; fix for Maven build</li>
-  <li>Stephen Haberman &#8211; bug fix</li>
-  <li>Haidar Hadi &#8211; documentation fix</li>
-  <li>Nathan Howell &#8211; bug fix relating to YARN</li>
-  <li>Holden Karau &#8211; Java version of <code>mapPartitionsWithIndex</code></li>
-  <li>Du Li &#8211; bug fix in make-distrubion.sh</li>
-  <li>Raymond Liu &#8211; work on YARN 2.2 build</li>
-  <li>Xi Liu &#8211; bug fix and code clean-up</li>
-  <li>David McCauley &#8211; bug fix in standalone mode JSON output</li>
-  <li>Michael (wannabeast) &#8211; bug fix in memory store</li>
-  <li>Fabrizio Milo &#8211; typos in documentation, clean-up in DAGScheduler, typo in scaladoc</li>
-  <li>Mridul Muralidharan &#8211; fixes to metadata cleaner and speculative execution</li>
-  <li>Sundeep Narravula &#8211; build fix, bug fixes in scheduler and tests, code clean-up</li>
-  <li>Kay Ousterhout &#8211; optimized result fetching, new information in UI, scheduler clean-up and bug fixes</li>
-  <li>Nick Pentreath &#8211; implicit feedback variant of ALS algorithm</li>
-  <li>Imran Rashid &#8211; improvement to executor launch</li>
-  <li>Ahir Reddy &#8211; spark support for SIMR</li>
-  <li>Josh Rosen &#8211; memory use optimization, clean up of BlockManager code, Java and Python clean-up/fixes</li>
-  <li>Henry Saputra &#8211; build fix</li>
-  <li>Jerry Shao &#8211; refactoring of fair scheduler, support for running Spark as a specific user, bug fix</li>
-  <li>Mingfei Shi &#8211; documentation for JobLogger</li>
-  <li>Andre Schumacher &#8211; sortByKey in PySpark and associated changes</li>
-  <li>Karthik Tunga &#8211; bug fix in launch script</li>
-  <li>Patrick Wendell &#8211; <code>repartition</code> operator, shuffle write metrics, various fixes and release management</li>
-  <li>Neal Wiggins &#8211; import clean-up, documentation fixes</li>
-  <li>Andrew Xia &#8211; bug fix in UI</li>
-  <li>Reynold Xin &#8211; task killing, support for setting job properties in Spark shell, logging improvements, Kryo improvements, several bug fixes</li>
-  <li>Matei Zaharia &#8211; optimized hashmap for shuffle data, PySpark documentation, optimizations to Kryo serializer</li>
-  <li>Wu Zeming &#8211; bug fix in executors UI</li>
+  <li>Michael Armbrust – build fix</li>
+  <li>Pierre Borckmans – typo fix in documentation</li>
+  <li>Evan Chan – <code>local://</code> scheme for dependency jars</li>
+  <li>Ewen Cheslack-Postava – <code>add</code> method for python accumulators, support for setting config properties in python</li>
+  <li>Mosharaf Chowdhury – optimized broadcast implementation</li>
+  <li>Frank Dai – documentation fix</li>
+  <li>Aaron Davidson – shuffle file consolidation, H/A mode for standalone scheduler, cleaned up representation of block IDs, several improvements and bug fixes</li>
+  <li>Tathagata Das – new streaming operators, fix for kafka concurrency bug</li>
+  <li>Ankur Dave – support for pausing spot clusters on EC2</li>
+  <li>Harvey Feng – optimization to JobConf broadcasts, bug fixes, YARN 2.2 build</li>
+  <li>Ali Ghodsi – YARN 2.2 build</li>
+  <li>Thomas Graves – Spark YARN integration including secure HDFS access over YARN</li>
+  <li>Li Guoqiang – fix for Maven build</li>
+  <li>Stephen Haberman – bug fix</li>
+  <li>Haidar Hadi – documentation fix</li>
+  <li>Nathan Howell – bug fix relating to YARN</li>
+  <li>Holden Karau – Java version of <code>mapPartitionsWithIndex</code></li>
+  <li>Du Li – bug fix in make-distrubion.sh</li>
+  <li>Raymond Liu – work on YARN 2.2 build</li>
+  <li>Xi Liu – bug fix and code clean-up</li>
+  <li>David McCauley – bug fix in standalone mode JSON output</li>
+  <li>Michael (wannabeast) – bug fix in memory store</li>
+  <li>Fabrizio Milo – typos in documentation, clean-up in DAGScheduler, typo in scaladoc</li>
+  <li>Mridul Muralidharan – fixes to metadata cleaner and speculative execution</li>
+  <li>Sundeep Narravula – build fix, bug fixes in scheduler and tests, code clean-up</li>
+  <li>Kay Ousterhout – optimized result fetching, new information in UI, scheduler clean-up and bug fixes</li>
+  <li>Nick Pentreath – implicit feedback variant of ALS algorithm</li>
+  <li>Imran Rashid – improvement to executor launch</li>
+  <li>Ahir Reddy – spark support for SIMR</li>
+  <li>Josh Rosen – memory use optimization, clean up of BlockManager code, Java and Python clean-up/fixes</li>
+  <li>Henry Saputra – build fix</li>
+  <li>Jerry Shao – refactoring of fair scheduler, support for running Spark as a specific user, bug fix</li>
+  <li>Mingfei Shi – documentation for JobLogger</li>
+  <li>Andre Schumacher – sortByKey in PySpark and associated changes</li>
+  <li>Karthik Tunga – bug fix in launch script</li>
+  <li>Patrick Wendell – <code>repartition</code> operator, shuffle write metrics, various fixes and release management</li>
+  <li>Neal Wiggins – import clean-up, documentation fixes</li>
+  <li>Andrew Xia – bug fix in UI</li>
+  <li>Reynold Xin – task killing, support for setting job properties in Spark shell, logging improvements, Kryo improvements, several bug fixes</li>
+  <li>Matei Zaharia – optimized hashmap for shuffle data, PySpark documentation, optimizations to Kryo serializer</li>
+  <li>Wu Zeming – bug fix in executors UI</li>
 </ul>
 
 <p>Thanks to everyone who contributed!</p>
@@ -269,11 +269,8 @@
 
 <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>

Modified: spark/site/releases/spark-release-0-9-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-9-0.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/releases/spark-release-0-9-0.html (original)
+++ spark/site/releases/spark-release-0-9-0.html Tue Feb 25 06:34:58 2014
@@ -265,87 +265,87 @@
 <p>The following developers contributed to this release:</p>
 
 <ul>
-  <li>Andrew Ash &#8211; documentation improvements</li>
-  <li>Pierre Borckmans &#8211; documentation fix</li>
-  <li>Russell Cardullo &#8211; graphite sink for metrics</li>
-  <li>Evan Chan &#8211; local:// URI feature</li>
-  <li>Vadim Chekan &#8211; bug fix</li>
-  <li>Lian Cheng &#8211; refactoring and code clean-up in several locations, bug fixes</li>
-  <li>Ewen Cheslack-Postava &#8211; Spark EC2 and PySpark improvements</li>
-  <li>Mosharaf Chowdhury &#8211; optimized broadcast</li>
-  <li>Dan Crankshaw &#8211; GraphX contributions</li>
-  <li>Haider Haidi &#8211; documentation fix</li>
-  <li>Frank Dai &#8211; Naive Bayes classifier in MLlib, documentation improvements</li>
-  <li>Tathagata Das &#8211; new operators, fixes, and improvements to Spark Streaming (lead)</li>
-  <li>Ankur Dave &#8211; GraphX contributions</li>
-  <li>Henry Davidge &#8211; warning for large tasks</li>
-  <li>Aaron Davidson &#8211; shuffle file consolidation, H/A mode for standalone scheduler, various improvements and fixes</li>
-  <li>Kyle Ellrott &#8211; GraphX contributions</li>
-  <li>Hossein Falaki &#8211; new statistical operators, Scala and Python examples in MLlib</li>
-  <li>Harvey Feng &#8211; hadoop file optimizations and YARN integration</li>
-  <li>Ali Ghodsi &#8211; support for SIMR</li>
-  <li>Joseph E. Gonzalez &#8211; GraphX contributions</li>
-  <li>Thomas Graves &#8211; fixes and improvements for YARN support (lead)</li>
-  <li>Rong Gu &#8211; documentation fix</li>
-  <li>Stephen Haberman &#8211; bug fixes</li>
-  <li>Walker Hamilton &#8211; bug fix</li>
-  <li>Mark Hamstra &#8211; scheduler improvements and fixes, build fixes</li>
-  <li>Damien Hardy &#8211; Debian build fix</li>
-  <li>Nathan Howell &#8211; sbt upgrade</li>
-  <li>Grace Huang &#8211; improvements to metrics code</li>
-  <li>Shane Huang &#8211; separation of admin and user scripts:</li>
-  <li>Prabeesh K &#8211; MQTT integration for Spark Streaming and code fix</li>
-  <li>Holden Karau &#8211; sbt build improvements and Java API extensions</li>
-  <li>KarthikTunga &#8211; bug fix</li>
-  <li>Grega Kespret &#8211; bug fix</li>
-  <li>Marek Kolodziej &#8211; optimized random number generator</li>
-  <li>Jey Kottalam &#8211; EC2 script improvements</li>
-  <li>Du Li &#8211; bug fixes</li>
-  <li>Haoyuan Li &#8211; tachyon support in EC2</li>
-  <li>LiGuoqiang &#8211; fixes to build and YARN integration</li>
-  <li>Raymond Liu &#8211; build improvement and various fixes for YARN support</li>
-  <li>George Loentiev &#8211; Maven build fixes</li>
-  <li>Akihiro Matsukawa &#8211; GraphX contributions</li>
-  <li>David McCauley &#8211; improvements to json endpoint</li>
-  <li>Mike &#8211; bug fixes</li>
-  <li>Fabrizio (Misto) Milo &#8211; bug fix</li>
-  <li>Mridul Muralidharan &#8211; speculation improvements, several bug fixes</li>
-  <li>Tor Myklebust &#8211; Python mllib bindings, instrumentation for task serailization</li>
-  <li>Sundeep Narravula &#8211; bug fix</li>
-  <li>Binh Nguyen &#8211; Java API improvements and version upgrades</li>
-  <li>Adam Novak &#8211; bug fix</li>
-  <li>Andrew Or &#8211; external sorting</li>
-  <li>Kay Ousterhout &#8211; several bug fixes and improvements to Spark scheduler</li>
-  <li>Sean Owen &#8211; style fixes</li>
-  <li>Nick Pentreath &#8211; ALS implicit feedback algorithm</li>
-  <li>Pillis &#8211; <code>Vector.random()</code> method</li>
-  <li>Imran Rashid &#8211; bug fix</li>
-  <li>Ahir Reddy &#8211; support for SIMR</li>
-  <li>Luca Rosellini &#8211; script loading for Scala shell</li>
-  <li>Josh Rosen &#8211; fixes, clean-up, and extensions to scala and Java API’s</li>
-  <li>Henry Saputra &#8211; style improvements and clean-up</li>
-  <li>Andre Schumacher &#8211; Python improvements and bug fixes</li>
-  <li>Jerry Shao &#8211; multi-user support, various fixes and improvements</li>
-  <li>Prashant Sharma &#8211; Scala 2.10 support, configuration system, several smaller fixes</li>
-  <li>Shiyun &#8211; style fix</li>
-  <li>Wangda Tan &#8211; UI improvement and bug fixes</li>
-  <li>Matthew Taylor &#8211; bug fix</li>
-  <li>Jyun-Fan Tsai &#8211; documentation fix</li>
-  <li>Takuya Ueshin &#8211; bug fix</li>
-  <li>Shivaram Venkataraman &#8211; sbt build optimization, EC2 improvements, Java and Python API</li>
-  <li>Jianping J Wang &#8211; GraphX contributions</li>
-  <li>Martin Weindel &#8211; build fix</li>
-  <li>Patrick Wendell &#8211; standalone driver submission, various fixes, release manager</li>
-  <li>Neal Wiggins &#8211; bug fix</li>
-  <li>Andrew Xia &#8211; bug fixes and code cleanup</li>
-  <li>Reynold Xin &#8211; GraphX contributions, task killing, various fixes, improvements and optimizations</li>
-  <li>Dong Yan &#8211; bug fix</li>
-  <li>Haitao Yao &#8211; bug fix</li>
-  <li>Xusen Yin &#8211; bug fix</li>
-  <li>Fengdong Yu &#8211; documentation fixes</li>
-  <li>Matei Zaharia &#8211; new configuration system, Python MLlib bindings, scheduler improvements, various fixes and optimizations</li>
-  <li>Wu Zeming &#8211; bug fix</li>
-  <li>Nan Zhu &#8211; documentation improvements</li>
+  <li>Andrew Ash – documentation improvements</li>
+  <li>Pierre Borckmans – documentation fix</li>
+  <li>Russell Cardullo – graphite sink for metrics</li>
+  <li>Evan Chan – local:// URI feature</li>
+  <li>Vadim Chekan – bug fix</li>
+  <li>Lian Cheng – refactoring and code clean-up in several locations, bug fixes</li>
+  <li>Ewen Cheslack-Postava – Spark EC2 and PySpark improvements</li>
+  <li>Mosharaf Chowdhury – optimized broadcast</li>
+  <li>Dan Crankshaw – GraphX contributions</li>
+  <li>Haider Haidi – documentation fix</li>
+  <li>Frank Dai – Naive Bayes classifier in MLlib, documentation improvements</li>
+  <li>Tathagata Das – new operators, fixes, and improvements to Spark Streaming (lead)</li>
+  <li>Ankur Dave – GraphX contributions</li>
+  <li>Henry Davidge – warning for large tasks</li>
+  <li>Aaron Davidson – shuffle file consolidation, H/A mode for standalone scheduler, various improvements and fixes</li>
+  <li>Kyle Ellrott – GraphX contributions</li>
+  <li>Hossein Falaki – new statistical operators, Scala and Python examples in MLlib</li>
+  <li>Harvey Feng – hadoop file optimizations and YARN integration</li>
+  <li>Ali Ghodsi – support for SIMR</li>
+  <li>Joseph E. Gonzalez – GraphX contributions</li>
+  <li>Thomas Graves – fixes and improvements for YARN support (lead)</li>
+  <li>Rong Gu – documentation fix</li>
+  <li>Stephen Haberman – bug fixes</li>
+  <li>Walker Hamilton – bug fix</li>
+  <li>Mark Hamstra – scheduler improvements and fixes, build fixes</li>
+  <li>Damien Hardy – Debian build fix</li>
+  <li>Nathan Howell – sbt upgrade</li>
+  <li>Grace Huang – improvements to metrics code</li>
+  <li>Shane Huang – separation of admin and user scripts:</li>
+  <li>Prabeesh K – MQTT integration for Spark Streaming and code fix</li>
+  <li>Holden Karau – sbt build improvements and Java API extensions</li>
+  <li>KarthikTunga – bug fix</li>
+  <li>Grega Kespret – bug fix</li>
+  <li>Marek Kolodziej – optimized random number generator</li>
+  <li>Jey Kottalam – EC2 script improvements</li>
+  <li>Du Li – bug fixes</li>
+  <li>Haoyuan Li – tachyon support in EC2</li>
+  <li>LiGuoqiang – fixes to build and YARN integration</li>
+  <li>Raymond Liu – build improvement and various fixes for YARN support</li>
+  <li>George Loentiev – Maven build fixes</li>
+  <li>Akihiro Matsukawa – GraphX contributions</li>
+  <li>David McCauley – improvements to json endpoint</li>
+  <li>Mike – bug fixes</li>
+  <li>Fabrizio (Misto) Milo – bug fix</li>
+  <li>Mridul Muralidharan – speculation improvements, several bug fixes</li>
+  <li>Tor Myklebust – Python mllib bindings, instrumentation for task serailization</li>
+  <li>Sundeep Narravula – bug fix</li>
+  <li>Binh Nguyen – Java API improvements and version upgrades</li>
+  <li>Adam Novak – bug fix</li>
+  <li>Andrew Or – external sorting</li>
+  <li>Kay Ousterhout – several bug fixes and improvements to Spark scheduler</li>
+  <li>Sean Owen – style fixes</li>
+  <li>Nick Pentreath – ALS implicit feedback algorithm</li>
+  <li>Pillis – <code>Vector.random()</code> method</li>
+  <li>Imran Rashid – bug fix</li>
+  <li>Ahir Reddy – support for SIMR</li>
+  <li>Luca Rosellini – script loading for Scala shell</li>
+  <li>Josh Rosen – fixes, clean-up, and extensions to scala and Java API’s</li>
+  <li>Henry Saputra – style improvements and clean-up</li>
+  <li>Andre Schumacher – Python improvements and bug fixes</li>
+  <li>Jerry Shao – multi-user support, various fixes and improvements</li>
+  <li>Prashant Sharma – Scala 2.10 support, configuration system, several smaller fixes</li>
+  <li>Shiyun – style fix</li>
+  <li>Wangda Tan – UI improvement and bug fixes</li>
+  <li>Matthew Taylor – bug fix</li>
+  <li>Jyun-Fan Tsai – documentation fix</li>
+  <li>Takuya Ueshin – bug fix</li>
+  <li>Shivaram Venkataraman – sbt build optimization, EC2 improvements, Java and Python API</li>
+  <li>Jianping J Wang – GraphX contributions</li>
+  <li>Martin Weindel – build fix</li>
+  <li>Patrick Wendell – standalone driver submission, various fixes, release manager</li>
+  <li>Neal Wiggins – bug fix</li>
+  <li>Andrew Xia – bug fixes and code cleanup</li>
+  <li>Reynold Xin – GraphX contributions, task killing, various fixes, improvements and optimizations</li>
+  <li>Dong Yan – bug fix</li>
+  <li>Haitao Yao – bug fix</li>
+  <li>Xusen Yin – bug fix</li>
+  <li>Fengdong Yu – documentation fixes</li>
+  <li>Matei Zaharia – new configuration system, Python MLlib bindings, scheduler improvements, various fixes and optimizations</li>
+  <li>Wu Zeming – bug fix</li>
+  <li>Nan Zhu – documentation improvements</li>
 </ul>
 
 <p><em>Thanks to everyone who contributed!</em></p>
@@ -363,11 +363,8 @@
 
 <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>

Modified: spark/site/research.html
URL: http://svn.apache.org/viewvc/spark/site/research.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/research.html (original)
+++ spark/site/research.html Tue Feb 25 06:34:58 2014
@@ -211,11 +211,8 @@ Spark offers an abstraction called <a hr
 
 <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>

Modified: spark/site/screencasts/1-first-steps-with-spark.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/1-first-steps-with-spark.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/screencasts/1-first-steps-with-spark.html (original)
+++ spark/site/screencasts/1-first-steps-with-spark.html Tue Feb 25 06:34:58 2014
@@ -185,11 +185,8 @@
 
 <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>

Modified: spark/site/screencasts/2-spark-documentation-overview.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/2-spark-documentation-overview.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/screencasts/2-spark-documentation-overview.html (original)
+++ spark/site/screencasts/2-spark-documentation-overview.html Tue Feb 25 06:34:58 2014
@@ -185,11 +185,8 @@
 
 <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>

Modified: spark/site/screencasts/3-transformations-and-caching.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/3-transformations-and-caching.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/screencasts/3-transformations-and-caching.html (original)
+++ spark/site/screencasts/3-transformations-and-caching.html Tue Feb 25 06:34:58 2014
@@ -181,11 +181,8 @@
 
 <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>

Modified: spark/site/screencasts/4-a-standalone-job-in-spark.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/4-a-standalone-job-in-spark.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/screencasts/4-a-standalone-job-in-spark.html (original)
+++ spark/site/screencasts/4-a-standalone-job-in-spark.html Tue Feb 25 06:34:58 2014
@@ -179,11 +179,8 @@
 
 <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>

Modified: spark/site/screencasts/index.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/index.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/screencasts/index.html (original)
+++ spark/site/screencasts/index.html Tue Feb 25 06:34:58 2014
@@ -211,11 +211,8 @@
 
 <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>

Modified: spark/site/streaming/index.html
URL: http://svn.apache.org/viewvc/spark/site/streaming/index.html?rev=1571585&r1=1571584&r2=1571585&view=diff
==============================================================================
--- spark/site/streaming/index.html (original)
+++ spark/site/streaming/index.html Tue Feb 25 06:34:58 2014
@@ -307,11 +307,8 @@
 
 <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>