You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2013/11/06 23:32:05 UTC

svn commit: r1539485 - in /incubator/tez/site: index.html install.html issue-tracking.html license.html mail-lists.html privacy-policy.html project-info.html talks.html team-list.html

Author: hitesh
Date: Wed Nov  6 22:32:04 2013
New Revision: 1539485

URL: http://svn.apache.org/r1539485
Log:
Update docs to reflect addition of issues mailing list.

Modified:
    incubator/tez/site/index.html
    incubator/tez/site/install.html
    incubator/tez/site/issue-tracking.html
    incubator/tez/site/license.html
    incubator/tez/site/mail-lists.html
    incubator/tez/site/privacy-policy.html
    incubator/tez/site/project-info.html
    incubator/tez/site/talks.html
    incubator/tez/site/team-list.html

Modified: incubator/tez/site/index.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/index.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/index.html (original)
+++ incubator/tez/site/index.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title></title>
+    <title>Tez - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -279,7 +279,27 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><!--  --><div class="section"><h2>Introduction<a name="Introduction"></a></h2><p>The Apache Tez project is aimed at buildi
 ng an application framework which allows for a complex directed-acyclic-graph of tasks for processing data. It is currently built atop <a class="externalLink" href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html">Apache Hadoop YARN</a></p><p>The 2 main design themes for Tez are:</p><ul><li><b>Empowering end users by:</b><ul><li>Expressive dataflow definition APIs</li><li>Flexible Input-Processor-Output runtime model</li><li>Data type agnostic</li><li>Simplifying deployment</li></ul></li><li><b>Execution Performance</b><ul><li>Performance gains over Map Reduce</li><li>Optimal resource management</li><li>Plan reconfiguration at runtime</li><li>Dynamic physical data flow decisions</li></ul></li></ul><p>By allowing projects like Apache Hive and Apache Pig to run a complex DAG of tasks, Tez can be used to process data, that earlier took multiple MR jobs, now in a single Tez job as shown below.</p><img src="./images/PigHiveQueryOnMR.png" alt="Flow for a Hive 
 or Pig Query on MapReduce" /><img src="./images/PigHiveQueryOnTez.png" alt="Flow for a Hive or Pig Query on Tez" /></div><div class="section"><h2>Disclaimer<a name="Disclaimer"></a></h2><p>Apache Tez is an effort currently undergoing incubation at The Apache Software Foundation (ASF) sponsored by the Apache Incubator PMC.</p></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><!--  --><div class="section">
+<h2>Introduction<a name="Introduction"></a></h2>
+<p>The Apache Tez project is aimed at building an application framework which allows for a complex directed-acyclic-graph of tasks for processing data. It is currently built atop <a class="externalLink" href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html">Apache Hadoop YARN</a></p>
+<p>The 2 main design themes for Tez are:</p>
+<ul>
+<li><b>Empowering end users by:</b>
+<ul>
+<li>Expressive dataflow definition APIs</li>
+<li>Flexible Input-Processor-Output runtime model</li>
+<li>Data type agnostic</li>
+<li>Simplifying deployment</li></ul></li>
+<li><b>Execution Performance</b>
+<ul>
+<li>Performance gains over Map Reduce</li>
+<li>Optimal resource management</li>
+<li>Plan reconfiguration at runtime</li>
+<li>Dynamic physical data flow decisions</li></ul></li></ul>
+<p>By allowing projects like Apache Hive and Apache Pig to run a complex DAG of tasks, Tez can be used to process data, that earlier took multiple MR jobs, now in a single Tez job as shown below.</p><img src="./images/PigHiveQueryOnMR.png" alt="Flow for a Hive or Pig Query on MapReduce" /><img src="./images/PigHiveQueryOnTez.png" alt="Flow for a Hive or Pig Query on Tez" /></div>
+<div class="section">
+<h2>Disclaimer<a name="Disclaimer"></a></h2>
+<p>Apache Tez is an effort currently undergoing incubation at The Apache Software Foundation (ASF) sponsored by the Apache Incubator PMC.</p></div>
                   </div>
             </div>
           </div>

Modified: incubator/tez/site/install.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/install.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/install.html (original)
+++ incubator/tez/site/install.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title></title>
+    <title>Tez - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -279,7 +279,27 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><!--  --><div class="section"><h2>Install/Deploy Instructions<a name="InstallDeploy_Instructions"></a></h2><ol style="list
 -style-type: lower-roman"><li>Deploy Apache Hadoop using either the 2.1.0-beta release or build the 3.0.0-SNAPSHOT from trunk.<ul><li>One thing to note though when compiling Tez is that you will need to change the value of the hadoop.version property in the top-level pom.xml to match the version of the hadoop branch being used.</li></ul></li><li>Copy the tez jars and their dependencies into HDFS.</li><li>Configure tez-site.xml to set tez.lib.uris to point to the paths in HDFS containing the jars. Please note that the paths are not searched recursively so for <i>basedir</i> and <i>basedir</i>/lib/, you will need to configure the 2 paths as a comma-separated list.</li><li>Modify mapred-site.xml to change &quot;mapreduce.framework.name&quot; property from its default value of &quot;yarn&quot; to &quot;yarn-tez&quot;</li><li>Set HADOOP_CLASSPATH to have the following paths in it:<ul><li>TEZ_CONF_DIR - location of tez-site.xml</li><li>TEZ_JARS and TEZ_JARS/libs - location of the tez jars
  and dependencies.</li></ul></li><li>Submit a MR job as you normally would using something like:<div class="source"><pre class="prettyprint">$HADOOP_PREFIX/bin/hadoop jar hadoop-mapreduce-client-jobclient-VERSION-tests.jar sleep -mt 1 -rt 1 -m 1 -r 1</pre></div><p>This will use the TEZ DAG ApplicationMaster to run the MR job. This can be verified by looking at the AM's logs from the YARN ResourceManager UI.</p></li><li>There is a basic example of using an MRR job in the tez-mapreduce-examples.jar. Refer to OrderedWordCount.java in the source code. To run this example:<div class="source"><pre class="prettyprint">$HADOOP_PREFIX/bin/hadoop jar tez-mapreduce-examples.jar orderedwordcount &lt;input&gt; &lt;output&gt;</pre></div><p>This will use the TEZ DAG ApplicationMaster to run the ordered word count job. This job is similar to the word count example except that it also orders all words based on the frequency of occurrence.</p></li></ol></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><!--  --><div class="section">
+<h2>Install/Deploy Instructions<a name="InstallDeploy_Instructions"></a></h2>
+<ol style="list-style-type: lower-roman">
+<li>Deploy Apache Hadoop using either the 2.1.0-beta release or build the 3.0.0-SNAPSHOT from trunk.
+<ul>
+<li>One thing to note though when compiling Tez is that you will need to change the value of the hadoop.version property in the top-level pom.xml to match the version of the hadoop branch being used.</li></ul></li>
+<li>Copy the tez jars and their dependencies into HDFS.</li>
+<li>Configure tez-site.xml to set tez.lib.uris to point to the paths in HDFS containing the jars. Please note that the paths are not searched recursively so for <i>basedir</i> and <i>basedir</i>/lib/, you will need to configure the 2 paths as a comma-separated list.</li>
+<li>Modify mapred-site.xml to change &quot;mapreduce.framework.name&quot; property from its default value of &quot;yarn&quot; to &quot;yarn-tez&quot;</li>
+<li>Set HADOOP_CLASSPATH to have the following paths in it:
+<ul>
+<li>TEZ_CONF_DIR - location of tez-site.xml</li>
+<li>TEZ_JARS and TEZ_JARS/libs - location of the tez jars and dependencies.</li></ul></li>
+<li>Submit a MR job as you normally would using something like:
+<div class="source">
+<pre>$HADOOP_PREFIX/bin/hadoop jar hadoop-mapreduce-client-jobclient-VERSION-tests.jar sleep -mt 1 -rt 1 -m 1 -r 1</pre></div>
+<p>This will use the TEZ DAG ApplicationMaster to run the MR job. This can be verified by looking at the AM's logs from the YARN ResourceManager UI.</p></li>
+<li>There is a basic example of using an MRR job in the tez-mapreduce-examples.jar. Refer to OrderedWordCount.java in the source code. To run this example:
+<div class="source">
+<pre>$HADOOP_PREFIX/bin/hadoop jar tez-mapreduce-examples.jar orderedwordcount &lt;input&gt; &lt;output&gt;</pre></div>
+<p>This will use the TEZ DAG ApplicationMaster to run the ordered word count job. This job is similar to the word count example except that it also orders all words based on the frequency of occurrence.</p></li></ol></div>
                   </div>
             </div>
           </div>

Modified: incubator/tez/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/issue-tracking.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/issue-tracking.html (original)
+++ incubator/tez/site/issue-tracking.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Issue Tracking</title>
+    <title>Tez - Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -279,7 +279,14 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div><div class="section"><h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre class="prettyprint"><a class="externalLink" href="http://issues.apache.org/jira/browse/TEZ">http://issues.apache.org/jira/browse/TEZ</a></pre></div></div>
+            <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div>
+<div class="section">
+<h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source">
+<pre><a class="externalLink" href="http://issues.apache.org/jira/browse/TEZ">http://issues.apache.org/jira/browse/TEZ</a></pre></div></div>
                   </div>
             </div>
           </div>

Modified: incubator/tez/site/license.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/license.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/license.html (original)
+++ incubator/tez/site/license.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Project License</title>
+    <title>Tez - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -280,7 +280,15 @@
         
                         
         <div id="bodyColumn"  class="span10" >
-                      <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a><div class="section"><h3>Apache 2<a name="Apache_2"></a></h3><a name="Apache_2"></a><div class="source"><pre>
+                      <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
+<div class="section">
+<h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a>
+<div class="section">
+<h3>Apache 2<a name="Apache_2"></a></h3><a name="Apache_2"></a>
+<div class="source">
+<pre>
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/

Modified: incubator/tez/site/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/mail-lists.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/mail-lists.html (original)
+++ incubator/tez/site/mail-lists.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Project Mailing Lists</title>
+    <title>Tez - Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -279,7 +279,40 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="table table-striped"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User list</td><td><a class="externalLink" href="mailto:user-subscribe@tez.incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@tez.incubator.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@tez.incubator.apache.org">Post</a></td><td>-</td></tr><tr class="a"><td>Development list</td><td><a class="externalLink" href="mailto:dev-subscribe@tez.incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:dev-unsubscribe@tez.incubator.apache.org">Unsubscrib
 e</a></td><td><a class="externalLink" href="mailto:dev@tez.incubator.apache.org">Post</a></td><td>-</td></tr><tr class="b"><td>Commit list</td><td><a class="externalLink" href="mailto:commits-subscribe@tez.incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@tez.incubator.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:commits@tez.incubator.apache.org">Post</a></td><td>-</td></tr></table></div>
+            <div class="section">
+<h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a>
+<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Name</th>
+<th>Subscribe</th>
+<th>Unsubscribe</th>
+<th>Post</th>
+<th>Archive</th></tr>
+<tr class="b">
+<td>User list</td>
+<td><a class="externalLink" href="mailto:user-subscribe@tez.incubator.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:user-unsubscribe@tez.incubator.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:user@tez.incubator.apache.org">Post</a></td>
+<td>-</td></tr>
+<tr class="a">
+<td>Development list</td>
+<td><a class="externalLink" href="mailto:dev-subscribe@tez.incubator.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:dev-unsubscribe@tez.incubator.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:dev@tez.incubator.apache.org">Post</a></td>
+<td>-</td></tr>
+<tr class="b">
+<td>Commit list</td>
+<td><a class="externalLink" href="mailto:commits-subscribe@tez.incubator.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:commits-unsubscribe@tez.incubator.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:commits@tez.incubator.apache.org">Post</a></td>
+<td>-</td></tr>
+<tr class="a">
+<td>JIRA Issues list</td>
+<td><a class="externalLink" href="mailto:issues-subscribe@tez.incubator.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:issues-unsubscribe@tez.incubator.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:issues@tez.incubator.apache.org">Post</a></td>
+<td>-</td></tr></table></div>
                   </div>
             </div>
           </div>

Modified: incubator/tez/site/privacy-policy.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/privacy-policy.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/privacy-policy.html (original)
+++ incubator/tez/site/privacy-policy.html Wed Nov  6 22:32:04 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,9 +9,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20120618" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Privacy Policy</title>
+    <title>Tez - Privacy Policy</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -147,7 +147,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -283,7 +283,18 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section"><h2>Privacy Policy<a name="Privacy_Policy"></a></h2><p>Information about your use of this website is collected using server access logs and a tracking cookie. The collected information consists of the following:</p><ol style="list-style-type: decimal"><li>The IP address from which you access the website;</li><li>The type of browser and operating system you use to access our site;</li><li>The date and time you access our site;</li><li>The pages you visit; and</li><li>The addresses of pages from where you followed a link to our site.</li></ol><p>Part of this information is gathered using a tracking cookie set by the <a class="externalLink" href="http://www.google.com/analytics/">Google Analytics</a> service and handled by Google as described in their <a class="externalLink" href="http://www.google.com/privacy.html">privacy policy</a>. See your browser documentation for instructions on how to disable the cookie if you prefer not to share this dat
 a with Google.</p><p>We use the gathered information to help us make our site more useful to visitors and to better understand how and when our site is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources.</p><p>By using this website, you consent to the collection of this data in the manner and for the purpose described above.</p></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
+<h2>Privacy Policy<a name="Privacy_Policy"></a></h2>
+<p>Information about your use of this website is collected using server access logs and a tracking cookie. The collected information consists of the following:</p>
+<ol style="list-style-type: decimal">
+<li>The IP address from which you access the website;</li>
+<li>The type of browser and operating system you use to access our site;</li>
+<li>The date and time you access our site;</li>
+<li>The pages you visit; and</li>
+<li>The addresses of pages from where you followed a link to our site.</li></ol>
+<p>Part of this information is gathered using a tracking cookie set by the <a class="externalLink" href="http://www.google.com/analytics/">Google Analytics</a> service and handled by Google as described in their <a class="externalLink" href="http://www.google.com/privacy.html">privacy policy</a>. See your browser documentation for instructions on how to disable the cookie if you prefer not to share this data with Google.</p>
+<p>We use the gathered information to help us make our site more useful to visitors and to better understand how and when our site is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources.</p>
+<p>By using this website, you consent to the collection of this data in the manner and for the purpose described above.</p></div>
                   </div>
             </div>
           </div>

Modified: incubator/tez/site/project-info.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/project-info.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/project-info.html (original)
+++ incubator/tez/site/project-info.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Project Information</title>
+    <title>Tez - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -281,7 +281,27 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section"><h2>Project Information<a name="Project_Information"></a></h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview<a name="Overview"></a></h3><table border="0" class="table table-striped"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a>
 </td><td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr></table></div></div>
+            <div class="section">
+<h2>Project Information<a name="Project_Information"></a></h2>
+<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
+<div class="section">
+<h3>Overview<a name="Overview"></a></h3>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="team-list.html">Project Team</a></td>
+<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr>
+<tr class="a">
+<td><a href="mail-lists.html">Mailing Lists</a></td>
+<td>This document provides subscription and archive information for this project's mailing lists.</td></tr>
+<tr class="b">
+<td><a href="issue-tracking.html">Issue Tracking</a></td>
+<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr>
+<tr class="a">
+<td><a href="license.html">Project License</a></td>
+<td>This is a link to the definitions of project licenses.</td></tr></table></div></div>
                   </div>
             </div>
           </div>

Modified: incubator/tez/site/talks.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/talks.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/talks.html (original)
+++ incubator/tez/site/talks.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title></title>
+    <title>Tez - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -279,7 +279,17 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><!--  --><div class="section"><h2>Talks<a name="Talks"></a></h2><ul><li>Apache Tez : Accelerating Hadoop Query Processing 
 by Arun Murthy and Bikas Saha at <a class="externalLink" href="http://hadoopsummit.org/san-jose/">Hadoop Summit 2013, San Jose, CA, USA</a><ul><li><a class="externalLink" href="http://www.slideshare.net/Hadoop_Summit/murhty-saha-june26255pmroom212">Slides</a></li><li><a class="externalLink" href="http://www.youtube.com/watch?v=9ZLLzlsz7h8">Video</a> </li></ul></li></ul></div><div class="section"><h2>User Meetup Recordings<a name="User_Meetup_Recordings"></a></h2><ul><li><a class="externalLink" href="https://hortonworks.webex.com/hortonworks/ldr.php?AT=pb&amp;SP=MC&amp;rID=125516477&amp;rKey=d147a3c924b64496">Recording</a> from <a class="externalLink" href="http://www.meetup.com/Apache-Tez-User-Group/events/130852782/">Meetup on July 31st, 2013</a> at <a href="#hortonworks.com">Hortonworks Inc</a></li></ul></div>
+            <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><!--  --><div class="section">
+<h2>Talks<a name="Talks"></a></h2>
+<ul>
+<li>Apache Tez : Accelerating Hadoop Query Processing by Arun Murthy and Bikas Saha at <a class="externalLink" href="http://hadoopsummit.org/san-jose/">Hadoop Summit 2013, San Jose, CA, USA</a>
+<ul>
+<li><a class="externalLink" href="http://www.slideshare.net/Hadoop_Summit/murhty-saha-june26255pmroom212">Slides</a></li>
+<li><a class="externalLink" href="http://www.youtube.com/watch?v=9ZLLzlsz7h8">Video</a> </li></ul></li></ul></div>
+<div class="section">
+<h2>User Meetup Recordings<a name="User_Meetup_Recordings"></a></h2>
+<ul>
+<li><a class="externalLink" href="https://hortonworks.webex.com/hortonworks/ldr.php?AT=pb&amp;SP=MC&amp;rID=125516477&amp;rKey=d147a3c924b64496">Recording</a> from <a class="externalLink" href="http://www.meetup.com/Apache-Tez-User-Group/events/130852782/">Meetup on July 31st, 2013</a> at <a href="#hortonworks.com">Hortonworks Inc</a></li></ul></div>
                   </div>
             </div>
           </div>

Modified: incubator/tez/site/team-list.html
URL: http://svn.apache.org/viewvc/incubator/tez/site/team-list.html?rev=1539485&r1=1539484&r2=1539485&view=diff
==============================================================================
--- incubator/tez/site/team-list.html (original)
+++ incubator/tez/site/team-list.html Wed Nov  6 22:32:04 2013
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Aug 8, 2013
+ | Generated by Apache Maven Doxia at 2013-11-06
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130808" />
+    <meta name="Date-Revision-yyyymmdd" content="20131106" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Team list</title>
+    <title>Tez - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -145,7 +145,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-08-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-11-06</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.2.0-SNAPSHOT</li>
             
                             </ul>
@@ -279,7 +279,71 @@
                         
         <div id="bodyColumn"  class="span10" >
                                   
-            <div class="section"><h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members<a name="Members"></a></h3><a name="Members"></a><p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p><table border="0" class="table table-striped"><tr class="a"><th>Id</th><th>Name</th><th>Email</th><th>Organization</th><th>Ro
 les</th><th>Time Zone</th><th>Actual Time (GMT)</th></tr><tr class="b"><td><a name="acmurthy"></a>acmurthy</td><td>Arun C Murthy</td><td><a class="externalLink" href="mailto:acmurthy@apache.org">acmurthy@apache.org</a></td><td>Hortonworks</td><td>PMC</td><td>-8</td><td><span id="developer-0">-8</span></td></tr><tr class="a"><td><a name="bikas"></a>bikas</td><td>Bikas Saha</td><td><a class="externalLink" href="mailto:bikas@apache.org">bikas@apache.org</a></td><td>Hortonworks</td><td>PMC</td><td>-8</td><td><span id="developer-1">-8</span></td></tr><tr class="b"><td><a name="hitesh"></a>hitesh</td><td>Hitesh Shah</td><td><a class="externalLink" href="mailto:hitesh@apache.org">hitesh@apache.org</a></td><td>Hortonworks</td><td>PMC</td><td>-8</td><td><span id="developer-2">-8</span></td></tr><tr class="a"><td><a name="mliddell"></a>mliddell</td><td>Mike Liddell</td><td><a class="externalLink" href="mailto:mliddell@apache.org">mliddell@apache.org</a></td><td>Microsoft</td><td>PMC</td><td>-
 8</td><td><span id="developer-3">-8</span></td></tr><tr class="b"><td><a name="sseth"></a>sseth</td><td>Siddharth Seth</td><td><a class="externalLink" href="mailto:sseth@apache.org">sseth@apache.org</a></td><td>Hortonworks</td><td>PMC</td><td>-8</td><td><span id="developer-4">-8</span></td></tr></table></div><div class="section"><h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a><p>There are no contributors listed for this project. Please check back again later.</p><script type="text/javascript">
+            <div class="section">
+<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a>
+<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
+<p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
+<div class="section">
+<h3>Members<a name="Members"></a></h3><a name="Members"></a>
+<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Image</th>
+<th>Id</th>
+<th>Name</th>
+<th>Email</th>
+<th>Organization</th>
+<th>Roles</th>
+<th>Time Zone</th>
+<th>Actual Time (GMT)</th></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/a5540bf0c74b2368caa042f68dff64f2?d=mm&amp;s=60" alt="" /></td>
+<td><a name="acmurthy"></a>acmurthy</td>
+<td>Arun C Murthy</td>
+<td><a class="externalLink" href="mailto:acmurthy@apache.org">acmurthy@apache.org</a></td>
+<td>Hortonworks</td>
+<td>PMC</td>
+<td>-8</td>
+<td><span id="developer-0">-8</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/795e04136332277f668ff5fac27fc92b?d=mm&amp;s=60" alt="" /></td>
+<td><a name="bikas"></a>bikas</td>
+<td>Bikas Saha</td>
+<td><a class="externalLink" href="mailto:bikas@apache.org">bikas@apache.org</a></td>
+<td>Hortonworks</td>
+<td>PMC</td>
+<td>-8</td>
+<td><span id="developer-1">-8</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/f8840c3d3447c2010d55d8c40c121382?d=mm&amp;s=60" alt="" /></td>
+<td><a name="hitesh"></a>hitesh</td>
+<td>Hitesh Shah</td>
+<td><a class="externalLink" href="mailto:hitesh@apache.org">hitesh@apache.org</a></td>
+<td>Hortonworks</td>
+<td>PMC</td>
+<td>-8</td>
+<td><span id="developer-2">-8</span></td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/3985c74447cce10d093d9413965669d9?d=mm&amp;s=60" alt="" /></td>
+<td><a name="mliddell"></a>mliddell</td>
+<td>Mike Liddell</td>
+<td><a class="externalLink" href="mailto:mliddell@apache.org">mliddell@apache.org</a></td>
+<td>Microsoft</td>
+<td>PMC</td>
+<td>-8</td>
+<td><span id="developer-3">-8</span></td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/f4400b3403ec1f77c8cf19ffee95f326?d=mm&amp;s=60" alt="" /></td>
+<td><a name="sseth"></a>sseth</td>
+<td>Siddharth Seth</td>
+<td><a class="externalLink" href="mailto:sseth@apache.org">sseth@apache.org</a></td>
+<td>Hortonworks</td>
+<td>PMC</td>
+<td>-8</td>
+<td><span id="developer-4">-8</span></td></tr></table></div>
+<div class="section">
+<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
+<p>There are no contributors listed for this project. Please check back again later.</p><script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();
     var nowTime = now.getTime();