Author: edwardyoon
Date: Thu Aug 11 11:55:58 2011
New Revision: 1156581
URL: http://svn.apache.org/viewvc?rev=1156581&view=rev
Log:
Add bigtop project website.
Added:
incubator/bigtop/trunk/pom.xml
incubator/bigtop/trunk/src/site/
incubator/bigtop/trunk/src/site/resources/
incubator/bigtop/trunk/src/site/resources/css/
incubator/bigtop/trunk/src/site/resources/css/site.css
incubator/bigtop/trunk/src/site/resources/images/
incubator/bigtop/trunk/src/site/resources/images/apache-incubator-logo.png
(with props)
incubator/bigtop/trunk/src/site/resources/images/bigtop-logo.png (with
props)
incubator/bigtop/trunk/src/site/site.xml
incubator/bigtop/trunk/src/site/xdoc/
incubator/bigtop/trunk/src/site/xdoc/index.xml
incubator/bigtop/trunk/src/site/xdoc/irc-channel.xml
incubator/bigtop/trunk/src/site/xdoc/issue-tracking.xml
incubator/bigtop/trunk/src/site/xdoc/mail-lists.xml
incubator/bigtop/trunk/src/site/xdoc/team-list.xml
Added: incubator/bigtop/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/pom.xml?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/pom.xml (added)
+++ incubator/bigtop/trunk/pom.xml Thu Aug 11 11:55:58 2011
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>7</version>
+ </parent>
+
+ <groupId>org.apache.bigtop</groupId>
+ <artifactId>bigtop</artifactId>
+ <version>0.1.0-incubating</version>
+ <packaging>pom</packaging>
+
+ <name>Bigtop</name>
+ <description>The development of packaging and tests of the Apache Hadoop
ecosystem</description>
+ <url>http://incubator.apache.org/bigtop</url>
+ <inceptionYear>2011</inceptionYear>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>1.0-beta-6</version>
+ </extension>
+ </extensions>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pdf-plugin</artifactId>
+ <version>1.1</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-confluence</artifactId>
+ <version>1.1.3</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://issues.apache.org/jira/browse/BIGTOP</url>
+ </issueManagement>
+ <mailingLists>
+ <mailingList>
+ <name>Users</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-user/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Development</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Commits</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+
<unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-commits/</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/bigtop/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/bigtop/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/incubator/bigtop/trunk/</url>
+ </scm>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scpexe://people.apache.org/www/incubator.apache.org/bigtop</url>
+ </site>
+ </distributionManagement>
+</project>
Added: incubator/bigtop/trunk/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/resources/css/site.css?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/src/site/resources/css/site.css (added)
+++ incubator/bigtop/trunk/src/site/resources/css/site.css Thu Aug 11 11:55:58
2011
@@ -0,0 +1,29 @@
+/*
+* 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.
+*/
+
+body a:link {
+ text-decoration: underline;
+ color: #800404;
+}
+body a:visited {
+ text-decoration: underline;
+ color: #b70900;
+}
+body a:hover {
+ text-decoration: underline;
+ color: #ff0000;
+}
Added:
incubator/bigtop/trunk/src/site/resources/images/apache-incubator-logo.png
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/resources/images/apache-incubator-logo.png?rev=1156581&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/bigtop/trunk/src/site/resources/images/apache-incubator-logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/bigtop/trunk/src/site/resources/images/bigtop-logo.png
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/resources/images/bigtop-logo.png?rev=1156581&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/bigtop/trunk/src/site/resources/images/bigtop-logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/bigtop/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/site.xml?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/src/site/site.xml (added)
+++ incubator/bigtop/trunk/src/site/site.xml Thu Aug 11 11:55:58 2011
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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.
+-->
+<project name="Bigtop">
+ <bannerLeft>
+ <name>Bigtop</name>
+ <src>http://incubator.apache.org/bigtop/images/bigtop-logo.png</src>
+ <href>http://incubator.apache.org/bigtop/</href>
+ </bannerLeft>
+ <bannerRight>
+
<src>http://incubator.apache.org/bigtop/images/apache-incubator-logo.png</src>
+ <href>http://incubator.apache.org/</href>
+ </bannerRight>
+
+ <publishDate position="right"/>
+ <version position="right"/>
+
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-default-skin</artifactId>
+ <version>1.0</version>
+ </skin>
+
+ <body>
+ <links position="left">
+ <item name="Wiki"
href="https://cwiki.apache.org/confluence/display/BIGTOP" />
+ <item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
+ <item name="SVN"
href="https://svn.apache.org/repos/asf/incubator/bigtop/" />
+ </links>
+
+ <breadcrumbs position="left">
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Apache Incubator" href="http://incubator.apache.org/" />
+ <item name="Bigtop" href="http://incubator.apache.org/bigtop/"/>
+ </breadcrumbs>
+
+ <menu name="Bigtop">
+ <item name="Overview" href="index.html"/>
+ <item name="Who We Are" href="team-list.html" />
+ </menu>
+
+ <menu name="Resources">
+ <item name="Mailing Lists" href="mail-lists.html" />
+ <item name="Issue Tracking" href="issue-tracking.html" />
+ <item name="IRC channel" href="irc-channel.html" />
+ </menu>
+
+ </body>
+</project>
Added: incubator/bigtop/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/xdoc/index.xml?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/src/site/xdoc/index.xml (added)
+++ incubator/bigtop/trunk/src/site/xdoc/index.xml Thu Aug 11 11:55:58 2011
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties></properties>
+ <body>
+
+ <section name="Apache Bigtop"></section>
+ <p>Bigtop is a project for the development of packaging and tests of the
Apache Hadoop ecosystem.
+ <br/><br/>
+ The primary goal of Bigtop is to build a community around the packaging
and interoperability testing
+ of Hadoop-related projects. This includes testing at various levels
(packaging, platform, runtime, upgrade, etc...)
+ developed by a community with a focus on the system as a whole, rather
than individual projects.</p>
+
+ <subsection name="Building Bigtop"></subsection>
+ <p>Packages have been built on Ubuntu 10.10, CentOS 5 and openSUSE 11.4.
+ They can probably be built on other platforms as well.<br/><br/>
+ Building Bigtop requires the following tools:</p>
+ <ul>
+ <li>Java JDK 1.6</li>
+ <li>Apache Forrest 0.8 (requires 32bit version of Java JDK 1.5)</li>
+ <li>Apache Ant</li>
+ <li>Apache Maven</li>
+ <li>git</li>
+ <li>subversion</li>
+ <li>autoconf</li>
+ <li>automake</li>
+ <li>liblzo2-dev</li>
+ <li>libz-dev</li>
+ <li>sharutils</li>
+ <li>libfuse-dev</li>
+ <li>libssl-dev</li>
+ </ul>
+ <p>On Debian-based systems one also needs</p>
+ <ul>
+ <li>build-essential dh-make debhelper devscripts</li>
+ <li>reprepro</li>
+ </ul>
+ </body>
+</document>
Added: incubator/bigtop/trunk/src/site/xdoc/irc-channel.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/xdoc/irc-channel.xml?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/src/site/xdoc/irc-channel.xml (added)
+++ incubator/bigtop/trunk/src/site/xdoc/irc-channel.xml Thu Aug 11 11:55:58
2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties></properties>
+ <body>
+
+ <section name="IRC Channel"></section>
+ <p>There is an IRC channel dedicated to Bigtop at irc.freenode.org. The
name of the channel is #bigtop.
+ <br/><br/>
+ The IRC channel can be used for online discussion about bigtop related
stuff, but developers should be
+ careful to transfer all the official decisions or useful discussions to
the issue tracking system.
+ </p>
+ </body>
+</document>
Added: incubator/bigtop/trunk/src/site/xdoc/issue-tracking.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/xdoc/issue-tracking.xml?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/src/site/xdoc/issue-tracking.xml (added)
+++ incubator/bigtop/trunk/src/site/xdoc/issue-tracking.xml Thu Aug 11 11:55:58
2011
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties></properties>
+ <body>
+
+ <section name="Issue Tracking"></section>
+ <p>Bigtop tracks both bugs and enhancement requests
+ <a href="https://issues.apache.org/jira/browse/BIGTOP">here</a> using
Apache JIRA.
+ We welcome input, however, before filing a request, please make sure you
do the following:</p>
+ <ul>
+ <li>Search the JIRA database.</li>
+ <li>Check the user <a href="./mail-lists.html">mailing list</a>, both by
searching the archives and by asking questions.</li>
+ </ul>
+ </body>
+</document>
Added: incubator/bigtop/trunk/src/site/xdoc/mail-lists.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/xdoc/mail-lists.xml?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/src/site/xdoc/mail-lists.xml (added)
+++ incubator/bigtop/trunk/src/site/xdoc/mail-lists.xml Thu Aug 11 11:55:58 2011
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties></properties>
+ <body>
+
+ <section name="Mailing Lists"></section>
+
+ <subsection name="Bigtop User List"></subsection>
+ <p>
+ If you use Bigtop, please subscribe to the Bigtop user mailing list.<br />
+ The Hama user mailing list is :
+ <a
href="mailto:[email protected]">[email protected]</a>.
+ </p>
+ <ul>
+ <li><a href="mailto:[email protected]">Subscribe
to List</a></li>
+ <li><a
href="mailto:[email protected]">Unsubscribe from
List</a></li>
+ </ul>
+
+ <subsection name="Bigtop Developer List"></subsection>
+ <p>
+ If you'd like to contribute to Bigtop, please subscribe to the Bigtop
developer mailing list.<br />
+ The Hama developer mailing list is :
+ <a
href="mailto:[email protected]">[email protected]</a>.
+ </p>
+ <ul>
+ <li><a href="mailto:[email protected]">Subscribe
to List</a></li>
+ <li><a
href="mailto:[email protected]">Unsubscribe from
List</a></li>
+ </ul>
+
+ <subsection name="Bigtop Commit List"></subsection>
+ <p>
+ If you'd like to see changes made in Bigtop's version control system then
subscribe
+ to the Bigtop commit mailing list.<br />
+ The Bigtop commit mailing list is :
+ <a
href="mailto:[email protected]">[email protected]</a>.
+ </p>
+ <ul>
+ <li><a
href="mailto:[email protected]">Subscribe to
List</a></li>
+ <li><a
href="mailto:[email protected]">Unsubscribe from
List</a></li>
+ </ul>
+
+ </body>
+</document>
Added: incubator/bigtop/trunk/src/site/xdoc/team-list.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/src/site/xdoc/team-list.xml?rev=1156581&view=auto
==============================================================================
--- incubator/bigtop/trunk/src/site/xdoc/team-list.xml (added)
+++ incubator/bigtop/trunk/src/site/xdoc/team-list.xml Thu Aug 11 11:55:58 2011
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties></properties>
+ <body>
+
+ <section name="Who We Are"></section>
+ <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.
+ The team is comprised of Members and Contributors.<br/><br/>
+ 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>
+
+ <subsection name="Members"></subsection>
+ <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 align="center" border="0">
+ <tr valign="top">
+ <th align="center">
+ <b>username</b>
+ </th>
+ <th align="center">
+ <b>name</b>
+ </th>
+ <th align="center">
+ <b>organization</b>
+ </th>
+ <th align="center">
+ <b>roles</b>
+ </th>
+ </tr>
+ <tr valign="top">
+ <td align="center">tucu</td>
+ <td align="center">Alejandro Abdelnur</td>
+ <td align="center">Cloudera</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">arcilla</td>
+ <td align="center">Andre Arcilla</td>
+ <td align="center">Yahoo!</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">abayer</td>
+ <td align="center">Andrew Bayer</td>
+ <td align="center">Cloudera</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">cos</td>
+ <td align="center">Konstantin Boudnik</td>
+ <td align="center">free lancer</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">eli</td>
+ <td align="center">Eli Collins</td>
+ <td align="center">Cloudera</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">.</td>
+ <td align="center">Travis Crawford</td>
+ <td align="center">Twitter</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">bmahe</td>
+ <td align="center">Bruno Mahé</td>
+ <td align="center">Cloudera</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">gates</td>
+ <td align="center">Alan Gates</td>
+ <td align="center">Yahoo!</td>
+ <td align="center">mentor, committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">phunt</td>
+ <td align="center">Patrick Hunt</td>
+ <td align="center">Cloudera</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">plinnell</td>
+ <td align="center">Peter Linnell</td>
+ <td align="center">Cloudera</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">stevel</td>
+ <td align="center">Steve Loughran</td>
+ <td align="center">HP Laboratories</td>
+ <td align="center">mentor, committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">omalley</td>
+ <td align="center">Owen O'Malley</td>
+ <td align="center">Yahoo!</td>
+ <td align="center">mentor, committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">.</td>
+ <td align="center">James Page</td>
+ <td align="center">Canonical</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">rvs</td>
+ <td align="center">Roman Shaposhnik</td>
+ <td align="center">Cloudera</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">stack</td>
+ <td align="center">Michael Stack</td>
+ <td align="center">StumbleUpon</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">tomwhite</td>
+ <td align="center">Tom White</td>
+ <td align="center">Cloudera</td>
+ <td align="center">mentor, committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">asavu</td>
+ <td align="center">Andrei Savu</td>
+ <td align="center">Facebook</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">edwardyoon</td>
+ <td align="center">Edward J. Yoon</td>
+ <td align="center">Korea Telecom</td>
+ <td align="center">committer</td>
+ </tr>
+ <tr valign="top">
+ <td align="center">jvs</td>
+ <td align="center">John Sichi</td>
+ <td align="center">Facebook</td>
+ <td align="center">committer</td>
+ </tr>
+ </table>
+
+ <subsection name="Contributors"></subsection>
+
+
+ </body>
+</document>