You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ac...@apache.org on 2014/04/10 15:54:27 UTC

svn commit: r1586302 - in /hadoop/common/site/main: author/src/documentation/content/xdocs/ publish/

Author: acmurthy
Date: Thu Apr 10 13:54:26 2014
New Revision: 1586302

URL: http://svn.apache.org/r1586302
Log:
HADOOP-10382. Added Apache Tez to the Hadoop homepage as a related project.

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/bylaws.pdf
    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/issue_tracking.pdf
    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/mailing_lists.pdf
    hadoop/common/site/main/publish/privacy_policy.html
    hadoop/common/site/main/publish/privacy_policy.pdf
    hadoop/common/site/main/publish/releases.html
    hadoop/common/site/main/publish/releases.pdf
    hadoop/common/site/main/publish/version_control.html
    hadoop/common/site/main/publish/version_control.pdf
    hadoop/common/site/main/publish/who.html
    hadoop/common/site/main/publish/who.pdf

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=1586302&r1=1586301&r2=1586302&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 Apr 10 13:54:26 2014
@@ -90,6 +90,14 @@
       expressive programming model that supports a wide range of applications,
       including ETL, machine learning, stream processing, and graph computation.</li>
 
+      <li><a href="ext:tez"><strong>Tez&trade;</strong></a>:
+      A generalized data-flow programming framework, built on Hadoop YARN, 
+      which provides a powerful and flexible engine to execute an arbitrary 
+      DAG of tasks to process data for both batch and interactive use-cases. 
+      Tez is being adopted by Hive&trade;, Pig&trade; and other frameworks in 
+      the Hadoop ecosystem, and also by other commercial software (e.g. ETL tools), 
+      to replace Hadoop&trade; MapReduce as the underlying execution engine.</li> 
+
       <li><a href="ext:zookeeper"><strong>ZooKeeper&trade;</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=1586302&r1=1586301&r2=1586302&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 Apr 10 13:54:26 2014
@@ -53,6 +53,7 @@
     <mahout label="Mahout" href="ext:mahout" />    
     <pig     label="Pig"  href="ext:pig" />    
     <spark   label="Spark" href="ext:spark" />
+    <tez label="Tez" href="ext:tez" />
     <zookeeper   label="ZooKeeper"   href="ext:zookeeper" />    
   </related>
 
@@ -71,6 +72,7 @@
     <mr-jira href="https://issues.apache.org/jira/browse/MAPREDUCE" />
     <pig       href="http://pig.apache.org/"/>
     <spark     href="http://spark.incubator.apache.org/" />
+    <tez       href="http://tez.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=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/bylaws.html (original)
+++ hadoop/common/site/main/publish/bylaws.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>

Modified: hadoop/common/site/main/publish/bylaws.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/bylaws.pdf?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/index.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/index.html?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/index.html (original)
+++ hadoop/common/site/main/publish/index.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>
@@ -395,6 +398,16 @@ document.write("Last Published: " + docu
 
       
 <li>
+<a href="http://tez.incubator.apache.org/"><strong>Tez&trade;</strong></a>:
+      A generalized data-flow programming framework, built on Hadoop YARN, 
+      which provides a powerful and flexible engine to execute an arbitrary 
+      DAG of tasks to process data for both batch and interactive use-cases. 
+      Tez is being adopted by Hive&trade;, Pig&trade; and other frameworks in 
+      the Hadoop ecosystem, and also by other commercial software (e.g. ETL tools), 
+      to replace Hadoop&trade; MapReduce as the underlying execution engine.</li> 
+
+      
+<li>
 <a href="http://zookeeper.apache.org/"><strong>ZooKeeper&trade;</strong></a>: 
       A high-performance coordination service for distributed applications. </li>
 
@@ -403,7 +416,7 @@ document.write("Last Published: " + docu
 </div>
     
     
-<a name="N10080"></a><a name="Getting+Started"></a>
+<a name="N10087"></a><a name="Getting+Started"></a>
 <h2 class="h3">Getting Started </h2>
 <div class="section">
 <p>To get started, begin here:</p>
@@ -425,7 +438,7 @@ document.write("Last Published: " + docu
 </div>
 
     
-<a name="N1009F"></a><a name="Download+Hadoop"></a>
+<a name="N100A6"></a><a name="Download+Hadoop"></a>
 <h2 class="h3">Download Hadoop</h2>
 <div class="section">
 <p>
@@ -434,7 +447,7 @@ document.write("Last Published: " + docu
 </div>
 
     
-<a name="N100AD"></a><a name="Who+Uses+Hadoop%3F"></a>
+<a name="N100B4"></a><a name="Who+Uses+Hadoop%3F"></a>
 <h2 class="h3">Who Uses Hadoop?</h2>
 <div class="section">
 <p>
@@ -445,31 +458,31 @@ document.write("Last Published: " + docu
 </div>
 
     
-<a name="N100BB"></a><a name="News"></a>
+<a name="N100C2"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N100C1"></a><a name="15+October%2C+2013%3A+release+2.2.0+available"></a>
+<a name="N100C8"></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="N100CF"></a><a name="25+August%2C+2013%3A+release+2.1.0-beta+available"></a>
+<a name="N100D6"></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="N100DD"></a><a name="27+December%2C+2011%3A+release+1.0.0+available"></a>
+<a name="N100E4"></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="N100EB"></a><a name="March+2011+-+Apache+Hadoop+takes+top+prize+at+Media+Guardian+Innovation+Awards"></a>
+<a name="N100F2"></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>
        
@@ -482,14 +495,14 @@ document.write("Last Published: " + docu
        The Guardian web site</a>
        
 </p>
-<a name="N100FF"></a><a name="January+2011+-+ZooKeeper+Graduates"></a>
+<a name="N10106"></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="N1010F"></a><a name="September+2010+-+Hive+and+Pig+Graduate"></a>
+<a name="N10116"></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>
@@ -499,7 +512,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="N10125"></a><a name="May+2010+-+Avro+and+HBase+Graduate"></a>
+<a name="N1012C"></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>
@@ -509,7 +522,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="N1013B"></a><a name="July+2009+-+New+Hadoop+Subprojects"></a>
+<a name="N10142"></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>
@@ -523,15 +536,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="N10156"></a><a name="March+2009+-+ApacheCon+EU"></a>
+<a name="N1015D"></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="N10164"></a><a name="November+2008+-+ApacheCon+US"></a>
+<a name="N1016B"></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="N10172"></a><a name="July+2008+-+Hadoop+Wins+Terabyte+Sort+Benchmark"></a>
+<a name="N10179"></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=1586302&r1=1586301&r2=1586302&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=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/issue_tracking.html (original)
+++ hadoop/common/site/main/publish/issue_tracking.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>

Modified: hadoop/common/site/main/publish/issue_tracking.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/issue_tracking.pdf?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/linkmap.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/linkmap.html?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/linkmap.html (original)
+++ hadoop/common/site/main/publish/linkmap.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>
@@ -444,6 +447,12 @@ document.write("Last Published: " + docu
     
 <ul>
 <li>
+<a href="http://tez.incubator.apache.org/">Tez</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>tez</em>
+</li>
+</ul>
+    
+<ul>
+<li>
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<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=1586302&r1=1586301&r2=1586302&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=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/mailing_lists.html (original)
+++ hadoop/common/site/main/publish/mailing_lists.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>

Modified: hadoop/common/site/main/publish/mailing_lists.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/mailing_lists.pdf?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/privacy_policy.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/privacy_policy.html?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/privacy_policy.html (original)
+++ hadoop/common/site/main/publish/privacy_policy.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>

Modified: hadoop/common/site/main/publish/privacy_policy.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/privacy_policy.pdf?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/releases.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/releases.html?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/releases.html (original)
+++ hadoop/common/site/main/publish/releases.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>

Modified: hadoop/common/site/main/publish/releases.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/releases.pdf?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/version_control.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/version_control.html?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/version_control.html (original)
+++ hadoop/common/site/main/publish/version_control.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>

Modified: hadoop/common/site/main/publish/version_control.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/version_control.pdf?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
Binary files - no diff available.

Modified: hadoop/common/site/main/publish/who.html
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/who.html?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
--- hadoop/common/site/main/publish/who.html (original)
+++ hadoop/common/site/main/publish/who.html Thu Apr 10 13:54:26 2014
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="http://spark.incubator.apache.org/">Spark</a>
 </div>
 <div class="menuitem">
+<a href="http://tez.incubator.apache.org/">Tez</a>
+</div>
+<div class="menuitem">
 <a href="http://zookeeper.apache.org/">ZooKeeper</a>
 </div>
 </div>

Modified: hadoop/common/site/main/publish/who.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/site/main/publish/who.pdf?rev=1586302&r1=1586301&r2=1586302&view=diff
==============================================================================
Binary files - no diff available.