Author: sandy
Date: Thu Jan 23 07:06:27 2014
New Revision: 1560600
URL: http://svn.apache.org/r1560600
Log:
HADOOP-10129. List Spark among related projects (Reynold Xin via Sandy Ryza)
Modified:
hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml
hadoop/common/site/main/publish/bylaws.html
hadoop/common/site/main/publish/index.html
hadoop/common/site/main/publish/index.pdf
hadoop/common/site/main/publish/issue_tracking.html
hadoop/common/site/main/publish/linkmap.html
hadoop/common/site/main/publish/linkmap.pdf
hadoop/common/site/main/publish/mailing_lists.html
hadoop/common/site/main/publish/privacy_policy.html
hadoop/common/site/main/publish/releases.html
hadoop/common/site/main/publish/version_control.html
hadoop/common/site/main/publish/who.html
Modified:
hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
(original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
Thu Jan 23 07:06:27 2014
@@ -84,7 +84,12 @@
<li><a href="ext:pig"><strong>Pig™</strong></a>:
A high-level data-flow language and execution framework for parallel
computation.</li>
-
+
+ <li><a href="ext:spark"><strong>Spark™</strong></a>:
+ A fast and general compute engine for Hadoop data. Spark provides a
simple and
+ expressive programming model that supports a wide range of applications,
+ including ETL, machine learning, stream processing, and graph
computation.</li>
+
<li><a href="ext:zookeeper"><strong>ZooKeeper™</strong></a>:
A high-performance coordination service for distributed applications.
</li>
Modified:
hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml
(original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml Thu
Jan 23 07:06:27 2014
@@ -50,6 +50,7 @@
<hive label="Hive" href="ext:hive" />
<mahout label="Mahout" href="ext:mahout" />
<pig label="Pig" href="ext:pig" />
+ <spark label="Spark" href="ext:spark" />
<zookeeper label="ZooKeeper" href="ext:zookeeper" />
</related>
@@ -67,6 +68,7 @@
<mahout href="http://mahout.apache.org/"/>
<mr-jira href="https://issues.apache.org/jira/browse/MAPREDUCE" />
<pig href="http://pig.apache.org/"/>
+ <spark href="http://spark.incubator.apache.org/" />
<poweredby href="http://wiki.apache.org/hadoop/PoweredBy"/>
<store href="http://www.cafepress.com/hadoop/" />
<sponsor href="http://www.apache.org/foundation/sponsorship.html" />
Modified: hadoop/common/site/main/publish/bylaws.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/bylaws.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/bylaws.html (original)
+++ hadoop/common/site/main/publish/bylaws.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
Modified: hadoop/common/site/main/publish/index.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/index.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/index.html (original)
+++ hadoop/common/site/main/publish/index.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
@@ -376,7 +379,14 @@ document.write("Last Published: " + docu
<li>
<a href="http://pig.apache.org/"><strong>Pig™</strong></a>:
A high-level data-flow language and execution framework for parallel
computation.</li>
+
+<li>
+<a href="http://spark.incubator.apache.org/"><strong>Spark™</strong></a>:
+ A fast and general compute engine for Hadoop data. Spark provides a
simple and
+ expressive programming model that supports a wide range of applications,
+ including ETL, machine learning, stream processing, and graph
computation.</li>
+
<li>
<a href="http://zookeeper.apache.org/"><strong>ZooKeeper™</strong></a>:
@@ -387,7 +397,7 @@ document.write("Last Published: " + docu
</div>
-<a name="N10078"></a><a name="Getting+Started"></a>
+<a name="N1007F"></a><a name="Getting+Started"></a>
<h2 class="h3">Getting Started </h2>
<div class="section">
<p>To get started, begin here:</p>
@@ -409,7 +419,7 @@ document.write("Last Published: " + docu
</div>
-<a name="N10097"></a><a name="Download+Hadoop"></a>
+<a name="N1009E"></a><a name="Download+Hadoop"></a>
<h2 class="h3">Download Hadoop</h2>
<div class="section">
<p>
@@ -418,7 +428,7 @@ document.write("Last Published: " + docu
</div>
-<a name="N100A5"></a><a name="Who+Uses+Hadoop%3F"></a>
+<a name="N100AC"></a><a name="Who+Uses+Hadoop%3F"></a>
<h2 class="h3">Who Uses Hadoop?</h2>
<div class="section">
<p>
@@ -429,31 +439,31 @@ document.write("Last Published: " + docu
</div>
-<a name="N100B3"></a><a name="News"></a>
+<a name="N100BA"></a><a name="News"></a>
<h2 class="h3">News</h2>
<div class="section">
-<a name="N100B9"></a><a
name="15+October%2C+2013%3A+release+2.2.0+available"></a>
+<a name="N100C0"></a><a
name="15+October%2C+2013%3A+release+2.2.0+available"></a>
<h3 class="h4">15 October, 2013: release 2.2.0 available </h3>
<p> Apache Hadoop 2.x reaches GA milestone!
Full information about this milestone release is available at
<a href="releases.html#News">
Hadoop Releases</a>.
</p>
-<a name="N100C7"></a><a
name="25+August%2C+2013%3A+release+2.1.0-beta+available"></a>
+<a name="N100CE"></a><a
name="25+August%2C+2013%3A+release+2.1.0-beta+available"></a>
<h3 class="h4">25 August, 2013: release 2.1.0-beta available </h3>
<p> Apache Hadoop 2.x reaches beta milestone!
Full information about this milestone release is available at
<a href="releases.html#News">
Hadoop Releases</a>.
</p>
-<a name="N100D5"></a><a
name="27+December%2C+2011%3A+release+1.0.0+available"></a>
+<a name="N100DC"></a><a
name="27+December%2C+2011%3A+release+1.0.0+available"></a>
<h3 class="h4">27 December, 2011: release 1.0.0 available </h3>
<p> Hadoop reaches 1.0.0!
Full information about this milestone release is available at
<a href="releases.html#News">
Hadoop Releases</a>.
</p>
-<a name="N100E3"></a><a
name="March+2011+-+Apache+Hadoop+takes+top+prize+at+Media+Guardian+Innovation+Awards"></a>
+<a name="N100EA"></a><a
name="March+2011+-+Apache+Hadoop+takes+top+prize+at+Media+Guardian+Innovation+Awards"></a>
<h3 class="h4">March 2011 - Apache Hadoop takes top prize at Media Guardian
Innovation Awards</h3>
<p>
@@ -466,14 +476,14 @@ document.write("Last Published: " + docu
The Guardian web site</a>
</p>
-<a name="N100F7"></a><a name="January+2011+-+ZooKeeper+Graduates"></a>
+<a name="N100FE"></a><a name="January+2011+-+ZooKeeper+Graduates"></a>
<h3 class="h4">January 2011 - ZooKeeper Graduates</h3>
<p>Hadoop's ZooKeeper subproject has graduated to become a
top-level Apache project.</p>
<p>Apache ZooKeeper can now be found
at <a href="http://zookeeper.apache.org/">http://zookeeper.apache.org/</a>
</p>
-<a name="N10107"></a><a name="September+2010+-+Hive+and+Pig+Graduate"></a>
+<a name="N1010E"></a><a name="September+2010+-+Hive+and+Pig+Graduate"></a>
<h3 class="h4">September 2010 - Hive and Pig Graduate</h3>
<p>Hadoop's Hive and Pig subprojects have graduated to become
top-level Apache projects.</p>
@@ -483,7 +493,7 @@ document.write("Last Published: " + docu
<p>Pig can now be found
at <a href="http://pig.apache.org/">http://pig.apache.org/</a>
</p>
-<a name="N1011D"></a><a name="May+2010+-+Avro+and+HBase+Graduate"></a>
+<a name="N10124"></a><a name="May+2010+-+Avro+and+HBase+Graduate"></a>
<h3 class="h4">May 2010 - Avro and HBase Graduate</h3>
<p>Hadoop's Avro and HBase subprojects have graduated to become
top-level Apache projects.</p>
@@ -493,7 +503,7 @@ document.write("Last Published: " + docu
<p>Apache HBase can now be found
at <a href="http://hbase.apache.org/">http://hbase.apache.org/</a>
</p>
-<a name="N10133"></a><a name="July+2009+-+New+Hadoop+Subprojects"></a>
+<a name="N1013A"></a><a name="July+2009+-+New+Hadoop+Subprojects"></a>
<h3 class="h4">July 2009 - New Hadoop Subprojects</h3>
<p>Hadoop is getting bigger! </p>
<ul>
@@ -507,15 +517,15 @@ document.write("Last Published: " + docu
</ul>
<p></p>
<p>See the summary descriptions for all subprojects above. Visit the
individual sites for more detailed information.</p>
-<a name="N1014E"></a><a name="March+2009+-+ApacheCon+EU"></a>
+<a name="N10155"></a><a name="March+2009+-+ApacheCon+EU"></a>
<h3 class="h4">March 2009 - ApacheCon EU</h3>
<p>In case you missed it.... <a
href="http://www.eu.apachecon.com/c/aceu2009/">ApacheCon Europe 2009</a>
</p>
-<a name="N1015C"></a><a name="November+2008+-+ApacheCon+US"></a>
+<a name="N10163"></a><a name="November+2008+-+ApacheCon+US"></a>
<h3 class="h4">November 2008 - ApacheCon US</h3>
<p>In case you missed it.... <a
href="http://us.apachecon.com/c/acus2008/">ApacheCon US 2008</a>
</p>
-<a name="N1016A"></a><a
name="July+2008+-+Hadoop+Wins+Terabyte+Sort+Benchmark"></a>
+<a name="N10171"></a><a
name="July+2008+-+Hadoop+Wins+Terabyte+Sort+Benchmark"></a>
<h3 class="h4">July 2008 - Hadoop Wins Terabyte Sort Benchmark</h3>
<p>
Modified: hadoop/common/site/main/publish/index.pdf
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/index.pdf?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
Binary files - no diff available.
Modified: hadoop/common/site/main/publish/issue_tracking.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/issue_tracking.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/issue_tracking.html (original)
+++ hadoop/common/site/main/publish/issue_tracking.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
Modified: hadoop/common/site/main/publish/linkmap.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/linkmap.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/linkmap.html (original)
+++ hadoop/common/site/main/publish/linkmap.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
@@ -417,6 +420,12 @@ document.write("Last Published: " + docu
<ul>
<li>
+<a
href="http://spark.incubator.apache.org/">Spark</a> ___________________ <em>spark</em>
+</li>
+</ul>
+
+<ul>
+<li>
<a
href="http://zookeeper.apache.org/">ZooKeeper</a> ___________________ <em>zookeeper</em>
</li>
</ul>
Modified: hadoop/common/site/main/publish/linkmap.pdf
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/linkmap.pdf?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
Binary files - no diff available.
Modified: hadoop/common/site/main/publish/mailing_lists.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/mailing_lists.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/mailing_lists.html (original)
+++ hadoop/common/site/main/publish/mailing_lists.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
Modified: hadoop/common/site/main/publish/privacy_policy.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/privacy_policy.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/privacy_policy.html (original)
+++ hadoop/common/site/main/publish/privacy_policy.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
Modified: hadoop/common/site/main/publish/releases.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/releases.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/releases.html (original)
+++ hadoop/common/site/main/publish/releases.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
Modified: hadoop/common/site/main/publish/version_control.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/version_control.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/version_control.html (original)
+++ hadoop/common/site/main/publish/version_control.html Thu Jan 23 07:06:27
2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>
Modified: hadoop/common/site/main/publish/who.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/who.html?rev=1560600&r1=1560599&r2=1560600&view=diff
==============================================================================
--- hadoop/common/site/main/publish/who.html (original)
+++ hadoop/common/site/main/publish/who.html Thu Jan 23 07:06:27 2014
@@ -200,6 +200,9 @@ document.write("Last Published: " + docu
<a href="http://pig.apache.org/">Pig</a>
</div>
<div class="menuitem">
+<a href="http://spark.incubator.apache.org/">Spark</a>
+</div>
+<div class="menuitem">
<a href="http://zookeeper.apache.org/">ZooKeeper</a>
</div>
</div>