You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by hi...@apache.org on 2012/06/18 23:46:58 UTC

svn commit: r1351502 - in /incubator/ambari/site: ./ css/ images/ images/logos/

Author: hitesh
Date: Mon Jun 18 21:46:57 2012
New Revision: 1351502

URL: http://svn.apache.org/viewvc?rev=1351502&view=rev
Log:
AMBARI-564. Check in generated docs into svn to allow automatic updates for doc web server. (Contributed by hitesh)

Added:
    incubator/ambari/site/
    incubator/ambari/site/css/
    incubator/ambari/site/css/maven-base.css   (with props)
    incubator/ambari/site/css/maven-theme.css   (with props)
    incubator/ambari/site/css/print.css   (with props)
    incubator/ambari/site/css/site.css   (with props)
    incubator/ambari/site/images/
    incubator/ambari/site/images/apache-ambari-project.png   (with props)
    incubator/ambari/site/images/collapsed.gif   (with props)
    incubator/ambari/site/images/expanded.gif   (with props)
    incubator/ambari/site/images/external.png   (with props)
    incubator/ambari/site/images/icon_error_sml.gif   (with props)
    incubator/ambari/site/images/icon_info_sml.gif   (with props)
    incubator/ambari/site/images/icon_success_sml.gif   (with props)
    incubator/ambari/site/images/icon_warning_sml.gif   (with props)
    incubator/ambari/site/images/logos/
    incubator/ambari/site/images/logos/build-by-maven-black.png   (with props)
    incubator/ambari/site/images/logos/build-by-maven-white.png   (with props)
    incubator/ambari/site/images/logos/maven-feather.png   (with props)
    incubator/ambari/site/images/newwindow.png   (with props)
    incubator/ambari/site/index.html   (with props)
    incubator/ambari/site/install.html   (with props)
    incubator/ambari/site/issue-tracking.html   (with props)
    incubator/ambari/site/license.html   (with props)
    incubator/ambari/site/mail-lists.html   (with props)
    incubator/ambari/site/project-info.html   (with props)
    incubator/ambari/site/team-list.html   (with props)

Added: incubator/ambari/site/css/maven-base.css
URL: http://svn.apache.org/viewvc/incubator/ambari/site/css/maven-base.css?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/css/maven-base.css (added)
+++ incubator/ambari/site/css/maven-base.css Mon Jun 18 21:46:57 2012
@@ -0,0 +1,151 @@
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}
+#navcolumn img.imageLink, .imageLink {
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}

Propchange: incubator/ambari/site/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/css/maven-theme.css
URL: http://svn.apache.org/viewvc/incubator/ambari/site/css/maven-theme.css?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/css/maven-theme.css (added)
+++ incubator/ambari/site/css/maven-theme.css Mon Jun 18 21:46:57 2012
@@ -0,0 +1,141 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Propchange: incubator/ambari/site/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/css/print.css
URL: http://svn.apache.org/viewvc/incubator/ambari/site/css/print.css?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/css/print.css (added)
+++ incubator/ambari/site/css/print.css Mon Jun 18 21:46:57 2012
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Propchange: incubator/ambari/site/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/css/site.css
URL: http://svn.apache.org/viewvc/incubator/ambari/site/css/site.css?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/css/site.css (added)
+++ incubator/ambari/site/css/site.css Mon Jun 18 21:46:57 2012
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

Propchange: incubator/ambari/site/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/images/apache-ambari-project.png
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/apache-ambari-project.png?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/apache-ambari-project.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ambari/site/images/collapsed.gif
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/collapsed.gif?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/ambari/site/images/expanded.gif
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/expanded.gif?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/ambari/site/images/external.png
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/external.png?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ambari/site/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/icon_error_sml.gif?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/ambari/site/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/icon_info_sml.gif?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/ambari/site/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/icon_success_sml.gif?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/ambari/site/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/icon_warning_sml.gif?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/ambari/site/images/logos/build-by-maven-black.png
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/logos/build-by-maven-black.png?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ambari/site/images/logos/build-by-maven-white.png
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/logos/build-by-maven-white.png?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ambari/site/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/logos/maven-feather.png?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ambari/site/images/newwindow.png
URL: http://svn.apache.org/viewvc/incubator/ambari/site/images/newwindow.png?rev=1351502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ambari/site/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ambari/site/index.html
URL: http://svn.apache.org/viewvc/incubator/ambari/site/index.html?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/index.html (added)
+++ incubator/ambari/site/index.html Mon Jun 18 21:46:57 2012
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 18, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title></title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120618" />
+    <meta http-equiv="Content-Language" content="en" />
+                                                    
+<script type="text/javascript">var _gaq = _gaq || [];
+         _gaq.push(['_setAccount', 'UA-27188762-1']);
+         _gaq.push(['_trackPageview']);
+
+         (function() {
+            var ga = document.createElement('script'); 
+            ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 
+                      'https://ssl' : 'http://www') + 
+                     '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; 
+            s.parentNode.insertBefore(ga, s);
+          })();</script>
+                      
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/apache-ambari-project.png" alt="Ambari" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-18</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="https://issues.apache.org/jira/browse/AMBARI" class="externalLink" title="JIRA">JIRA</a>
+            |
+                        <a href="https://svn.apache.org/repos/asf/incubator/ambari/" class="externalLink" title="SVN">SVN</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Ambari</h5>
+                  <ul>
+                  <li class="none">
+            <strong>About</strong>
+          </li>
+                  <li class="none">
+                          <a href="install.html" title="Installation Guide">Installation Guide</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                          <li class="collapsed">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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>Apache Ambari is a web-based tool for
  installing, managing, and monitoring Apache Hadoop clusters. The set of Hadoop components that are currently supported by Ambari includes:</p><ul><li><a class="externalLink" href="http://hbase.apache.org"> Apache HBase</a></li><li><a class="externalLink" href="http://incubator.apache.org/hcatalog"> Apache HCatalog</a></li><li><a class="externalLink" href="http://hadoop.apache.org/hdfs"> Apache Hadoop HDFS</a></li><li><a class="externalLink" href="http://hive.apache.org"> Apache Hive</a></li><li><a class="externalLink" href="http://hadoop.apache.org/mapreduce"> Apache Hadoop MapReduce</a></li><li><a class="externalLink" href="http://incubator.apache.org/oozie/"> Apache Oozie</a></li><li><a class="externalLink" href="http://pig.apache.org"> Apache Pig</a></li><li><a class="externalLink" href="http://sqoop.apache.org"> Apache Sqoop</a></li><li><a class="externalLink" href="http://people.apache.org/~thejas/templeton_doc_latest/index.html"> Apache Templeton</a></li><li><a class=
 "externalLink" href="http://zookeeper.apache.org"> Apache Zookeeper</a></li></ul><p>Ambari's primary audience is system administrators responsible for managing Hadoop clusters.</p><p>Ambari allows them to:</p><ul><li>Easily Install a Hadoop Cluster <ul><li>Ambari provides an easy-to-use, step-by-step wizard for installing Hadoop services across any number of nodes.</li><li>Ambari leverages <a class="externalLink" href="http://puppetlabs.com/"> Puppet</a> to perform installation and configuration of Hadoop services for the cluster. </li></ul></li></ul><ul><li>Manage a Hadoop Cluster<ul><li>Ambari provides central management for starting, stopping, and reconfiguring Hadoop services across the entire cluster.</li></ul></li></ul><ul><li>Monitor a Hadoop Cluster<ul><li>Ambari provides a dashboard for monitoring health and status of the Hadoop cluster. Ambari leverages <a class="externalLink" href="http://ganglia.sourceforge.net/"> Ganglia</a> to render graphs.</li><li>Ambari send
 s email alerts when your attention is needed (e.g., a node goes down, remaining disk space is low, etc). Ambari leverages <a class="externalLink" href="http://www.nagios.org/"> Nagios</a> to monitor and trigger alerts.</li></ul></li></ul><p>In the future, Ambari will allow third-party tool developers to integrate Hadoop cluster management and monitoring capabilities via its RESTful interface. </p></div><div class="section"><h2>Ambari Installation<a name="Ambari_Installation"></a></h2><p>Follow the <a href="./install.html"> installation guide</a>.</p></div><div class="section"><h2>Roadmap<a name="Roadmap"></a></h2><ul><li>Support for Hadoop Security</li></ul><ul><li>Support for various operating systems<ul><li>Ambari currently supports:<ul><li>64-bit RHEL 5.*</li><li>64-bit CentOS 5.*</li></ul></li><li>Support for RHEL/CentOS 6.* is coming soon. Contributions to support other operating systems are welcome.</li></ul></li></ul><ul><li>Support for more granular configurations<ul
 ><li>Ambari currently applies configurations at the cluster-level. To allow for more flexibility, Ambari needs to allow for configurations in a more granular manner (e.g., apply a set of configurations to a specific group of nodes, etc.) </li></ul></li></ul><ul><li>Interactive visualization of current and historical states of the cluster</li></ul><ul><li>RESTful API for third-party integration<ul><li>Ambari will expose a unified, RESTful API to expose health, status, usage, and various metrics from the underlying Hadoop stack. This enables third-party applications to integrate Hadoop cluster management and monitoring capabilities.</li></ul></li></ul></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2012
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/ambari/site/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/install.html
URL: http://svn.apache.org/viewvc/incubator/ambari/site/install.html?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/install.html (added)
+++ incubator/ambari/site/install.html Mon Jun 18 21:46:57 2012
@@ -0,0 +1,116 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 18, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title></title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120618" />
+    <meta http-equiv="Content-Language" content="en" />
+                                                    
+<script type="text/javascript">var _gaq = _gaq || [];
+         _gaq.push(['_setAccount', 'UA-27188762-1']);
+         _gaq.push(['_trackPageview']);
+
+         (function() {
+            var ga = document.createElement('script'); 
+            ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 
+                      'https://ssl' : 'http://www') + 
+                     '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; 
+            s.parentNode.insertBefore(ga, s);
+          })();</script>
+                      
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/apache-ambari-project.png" alt="Ambari" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-18</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="https://issues.apache.org/jira/browse/AMBARI" class="externalLink" title="JIRA">JIRA</a>
+            |
+                        <a href="https://svn.apache.org/repos/asf/incubator/ambari/" class="externalLink" title="SVN">SVN</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Ambari</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+            <strong>Installation Guide</strong>
+          </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                          <li class="collapsed">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Supported Operating Systems<a name="Supported_Operating_Systems"></a></h2><ul><li>Ambari currently supports:<ul><li>64-bit RHEL 5.*</li><li>64-bit CentOS 5.*</li></ul><p>RHEL/CentOS 6.* support is coming shortly.</p></li></ul></div><div class="section"><h2>Getting Ambari<a name="Getting_Ambari"></a></h2><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/incubator/ambari/trunk ambari</pre></div></div><div class="section"><h2>How to build Ambari<a name="How_to_build_Ambari"></a></h2><p>You need to build Ambari RPMs from the source code that you checked out:</p><div class="source"><pre>$ yum install rpm-build
+$ cd hmc/package/rpm
+$ ./create_hmc_rpm.sh</pre></div><p>When this succeeds, you will find two RPMs inside the build directory package/rpm/build/rpmbuild/RPMS/noarch/:</p><p>1) ambari-1.0.0-1.noarch.rpm</p><p>2) ambari-agent-1.0.0-1.noarch.rpm</p></div><div class="section"><h2>Steps to run before you use Ambari to install Hadoop on your cluster<a name="Steps_to_run_before_you_use_Ambari_to_install_Hadoop_on_your_cluster"></a></h2><p>We will refer to the node running the Ambari server as <i>Ambari master</i> and the nodes to which Hadoop services will be installed as <i>cluster nodes</i>.</p><p>1) Set up password-less SSH for root on all your cluster nodes.</p><ul><li>Copy root's SSH public key to all the cluster nodes in the <i>authorized_keys</i> file.</li><li>Save the corresponding SSH private key file locally. You will be prompted by Ambari UI to upload it during cluster installation.</li></ul><p>2) Install ambari-agent-1.0.0-1.noarch.rpm on each of the cluster nodes by running:</p><div class
 ="source"><pre>$ sudo rpm -Uvh ambari-agent-1.0.0-1.noarch.rpm</pre></div><p>3) Stop iptables on the Ambari master:</p><div class="source"><pre>$ sudo service iptables stop</pre></div></div><div class="section"><h2>How to install Ambari<a name="How_to_install_Ambari"></a></h2><p>Ambari has several external runtime dependencies. Major dependencies are:</p><p>1) puppet</p><p>2) php</p><p>3) ruby</p><p>To simplify the installation of the dependencies, you should enable the following yum repos. To do that, you can simply install the corresponding RPMs.</p><p>1) EPEL repo</p><p>2) Puppet Passenger</p><p>3) Hadoop repo</p><p>You should run the following at the command line:</p><div class="source"><pre>
+$ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
+OR 
+$ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
+
+$ sudo rpm -Uvh http://passenger.stealthymonkeys.com/rhel/5/passenger-release.noarch.rpm 
+$ sudo rpm -Uvh http://public-repo-1.hortonworks.com/HDP-1.0.13/repos/centos5/hdp-release-1.0.13-1.el5.noarch.rpm</pre></div><p>To install necessary PHP modules:</p><div class="source"><pre>$ sudo yum install php-pecl-json (version 1.2.1 compatible with php-5.1 or php-5.2)
+$ php -m | grep posix</pre></div><p>If the posix module is not found, run:</p><div class="source"><pre>$ sudo yum install php-process</pre></div><p>Depending on which packages you have already installed, you may need to run:</p><div class="source"><pre>$ sudo yum install pdsh
+$ sudo yum install httpd-devel
+$ sudo yum install mod_passenger
+$ sudo yum install puppet-2.7.9
+$ sudo yum install ruby-devel</pre></div><p>To install Ambari:</p><div class="source"><pre>$ sudo rpm -iv ambari-1.0.0-1.noarch.rpm </pre></div><p>Hadoop requires JDK. You can download it from the Oracle website: <a class="externalLink" href="http://download.oracle.com/otn-pub/java/jdk/6u26-b03"> http://download.oracle.com/otn-pub/java/jdk/6u26-b03</a> The following two files need to be copied to /var/run/hmc/downloads/ on the Ambari master:</p><p>1) jdk-6u26-linux-x64.bin</p><p>2) jdk-6u26-linux-i586.bin</p></div><div class="section"><h2>How to run Ambari<a name="How_to_run_Ambari"></a></h2><div class="source"><pre>$ sudo service ambari start</pre></div><p>Now that Ambari server is installed and started, you can start installing Apache Hadoop and its ecosystem components on your cluster nodes by visiting:</p><p>http://AMBARIMASTER/hmc/html/</p><p>from your browser. </p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2012
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/ambari/site/install.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/ambari/site/issue-tracking.html?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/issue-tracking.html (added)
+++ incubator/ambari/site/issue-tracking.html Mon Jun 18 21:46:57 2012
@@ -0,0 +1,117 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 18, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Issue Tracking</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120618" />
+    <meta http-equiv="Content-Language" content="en" />
+                                                    
+<script type="text/javascript">var _gaq = _gaq || [];
+         _gaq.push(['_setAccount', 'UA-27188762-1']);
+         _gaq.push(['_trackPageview']);
+
+         (function() {
+            var ga = document.createElement('script'); 
+            ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 
+                      'https://ssl' : 'http://www') + 
+                     '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; 
+            s.parentNode.insertBefore(ga, s);
+          })();</script>
+                      
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/apache-ambari-project.png" alt="Ambari" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-18</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="https://issues.apache.org/jira/browse/AMBARI" class="externalLink" title="JIRA">JIRA</a>
+            |
+                        <a href="https://svn.apache.org/repos/asf/incubator/ambari/" class="externalLink" title="SVN">SVN</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Ambari</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="install.html" title="Installation Guide">Installation Guide</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                    <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+            <strong>Issue Tracking</strong>
+          </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <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/AMBARI">http://issues.apache.org/jira/browse/AMBARI</a></pre></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2012
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/ambari/site/issue-tracking.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/license.html
URL: http://svn.apache.org/viewvc/incubator/ambari/site/license.html?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/license.html (added)
+++ incubator/ambari/site/license.html Mon Jun 18 21:46:57 2012
@@ -0,0 +1,319 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 18, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Project License</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120618" />
+    <meta http-equiv="Content-Language" content="en" />
+                                                    
+<script type="text/javascript">var _gaq = _gaq || [];
+         _gaq.push(['_setAccount', 'UA-27188762-1']);
+         _gaq.push(['_trackPageview']);
+
+         (function() {
+            var ga = document.createElement('script'); 
+            ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 
+                      'https://ssl' : 'http://www') + 
+                     '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; 
+            s.parentNode.insertBefore(ga, s);
+          })();</script>
+                      
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/apache-ambari-project.png" alt="Ambari" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-18</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="https://issues.apache.org/jira/browse/AMBARI" class="externalLink" title="JIRA">JIRA</a>
+            |
+                        <a href="https://svn.apache.org/repos/asf/incubator/ambari/" class="externalLink" title="SVN">SVN</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Ambari</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="install.html" title="Installation Guide">Installation Guide</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                    <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+            <strong>Project License</strong>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <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/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   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 &quot;AS IS&quot; 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.
+</pre></div></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2012
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/ambari/site/license.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/ambari/site/mail-lists.html?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/mail-lists.html (added)
+++ incubator/ambari/site/mail-lists.html Mon Jun 18 21:46:57 2012
@@ -0,0 +1,117 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 18, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Project Mailing Lists</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120618" />
+    <meta http-equiv="Content-Language" content="en" />
+                                                    
+<script type="text/javascript">var _gaq = _gaq || [];
+         _gaq.push(['_setAccount', 'UA-27188762-1']);
+         _gaq.push(['_trackPageview']);
+
+         (function() {
+            var ga = document.createElement('script'); 
+            ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 
+                      'https://ssl' : 'http://www') + 
+                     '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; 
+            s.parentNode.insertBefore(ga, s);
+          })();</script>
+                      
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/apache-ambari-project.png" alt="Ambari" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-18</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="https://issues.apache.org/jira/browse/AMBARI" class="externalLink" title="JIRA">JIRA</a>
+            |
+                        <a href="https://svn.apache.org/repos/asf/incubator/ambari/" class="externalLink" title="SVN">SVN</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Ambari</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="install.html" title="Installation Guide">Installation Guide</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                    <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+            <strong>Mailing Lists</strong>
+          </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <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="bodyTable"><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:ambari-user-subscribe@incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:ambari-user-unsubscribe@incubator.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:ambari-user@incubator.apache.org">Post</a></td><td>-</td></tr><tr class="a"><td>Development list</td><td><a class="externalLink" href="mailto:ambari-dev-subscribe@incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:ambari-dev-unsubscribe@incubator.apache.org">U
 nsubscribe</a></td><td><a class="externalLink" href="mailto:ambari-dev@incubator.apache.org">Post</a></td><td>-</td></tr><tr class="b"><td>Commit list</td><td><a class="externalLink" href="mailto:ambari-commits-subscribe@incubator.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:ambari-commits-unsubscribe@incubator.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:ambari-commits@incubator.apache.org">Post</a></td><td>-</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2012
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/ambari/site/mail-lists.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/project-info.html
URL: http://svn.apache.org/viewvc/incubator/ambari/site/project-info.html?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/project-info.html (added)
+++ incubator/ambari/site/project-info.html Mon Jun 18 21:46:57 2012
@@ -0,0 +1,117 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 18, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Project Information</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120618" />
+    <meta http-equiv="Content-Language" content="en" />
+                                                    
+<script type="text/javascript">var _gaq = _gaq || [];
+         _gaq.push(['_setAccount', 'UA-27188762-1']);
+         _gaq.push(['_trackPageview']);
+
+         (function() {
+            var ga = document.createElement('script'); 
+            ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 
+                      'https://ssl' : 'http://www') + 
+                     '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; 
+            s.parentNode.insertBefore(ga, s);
+          })();</script>
+                      
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/apache-ambari-project.png" alt="Ambari" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-18</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="https://issues.apache.org/jira/browse/AMBARI" class="externalLink" title="JIRA">JIRA</a>
+            |
+                        <a href="https://svn.apache.org/repos/asf/incubator/ambari/" class="externalLink" title="SVN">SVN</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Ambari</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="install.html" title="Installation Guide">Installation Guide</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                              <li class="expanded">
+            <strong>Project Information</strong>
+                  <ul>
+                      <li class="none">
+                          <a href="team-list.html" title="Project Team">Project Team</a>
+            </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <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="bodyTable"><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 class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2012
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/ambari/site/project-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ambari/site/team-list.html
URL: http://svn.apache.org/viewvc/incubator/ambari/site/team-list.html?rev=1351502&view=auto
==============================================================================
--- incubator/ambari/site/team-list.html (added)
+++ incubator/ambari/site/team-list.html Mon Jun 18 21:46:57 2012
@@ -0,0 +1,147 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Jun 18, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Team list</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120618" />
+    <meta http-equiv="Content-Language" content="en" />
+                                                    
+<script type="text/javascript">var _gaq = _gaq || [];
+         _gaq.push(['_setAccount', 'UA-27188762-1']);
+         _gaq.push(['_trackPageview']);
+
+         (function() {
+            var ga = document.createElement('script'); 
+            ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 
+                      'https://ssl' : 'http://www') + 
+                     '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; 
+            s.parentNode.insertBefore(ga, s);
+          })();</script>
+                      
+        </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="./" id="bannerLeft">
+                                                <img src="images/apache-ambari-project.png" alt="Ambari" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-06-18</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.0.0-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="https://issues.apache.org/jira/browse/AMBARI" class="externalLink" title="JIRA">JIRA</a>
+            |
+                        <a href="https://svn.apache.org/repos/asf/incubator/ambari/" class="externalLink" title="SVN">SVN</a>
+              
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Ambari</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="install.html" title="Installation Guide">Installation Guide</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                    <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+            <strong>Project Team</strong>
+          </li>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                          <a href="license.html" title="Project License">Project License</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <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="bodyTable"><tr class="a"><th>Id</th><th>Name</th><th>Email</th><th>Organization</th><th>Roles</t
 h><th>Time Zone</th><th>Actual Time (GMT)</th></tr><tr class="b"><td><a name="omalley"></a>omalley</td><td>Owen O'Malley</td><td><a class="externalLink" href="mailto:omalley@apache.org">omalley@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="berndf"></a>berndf</td><td>Bernd Fondermann</td><td><a class="externalLink" href="mailto:berndf@apache.org">berndf@apache.org</a></td><td>-</td><td>PMC</td><td>+1</td><td><span id="developer-1">+1</span></td></tr><tr class="b"><td><a name="ddas"></a>ddas</td><td>Devaraj Das</td><td><a class="externalLink" href="mailto:ddas@hortonworks.com">ddas@hortonworks.com</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="eyang"></a>eyang</td><td>Eric Yang</td><td><a class="externalLink" href="mailto:eyang@apache.org">eyang@apache.org</a></td><td>IBM</td><td>PMC</td><td>-8</td><td><span id="d
 eveloper-3">-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>Committer</td><td>-8</td><td><span id="developer-4">-8</span></td></tr><tr class="a"><td><a name="jagane"></a>jagane</td><td>Jagane Sundar</td><td><a class="externalLink" href="mailto:jagane@apache.org">jagane@apache.org</a></td><td>-</td><td>PMC</td><td>-8</td><td><span id="developer-5">-8</span></td></tr><tr class="b"><td><a name="jitendra"></a>jitendra</td><td>Jitendra Pandey</td><td><a class="externalLink" href="mailto:jitendra@apache.org">jitendra@apache.org</a></td><td>Hortonworks</td><td>Committer</td><td>-8</td><td><span id="developer-6">-8</span></td></tr><tr class="a"><td><a name="kzhang"></a>kzhang</td><td>Kan Zhang</td><td><a class="externalLink" href="mailto:kanzhangmail@yahoo.com">kanzhangmail@yahoo.com</a></td><td>IBM</td><td>PMC</td><td>-8</td><td><spa
 n id="developer-7">-8</span></td></tr><tr class="b"><td><a name="mahadev"></a>mahadev</td><td>Mahadev Konar</td><td><a class="externalLink" href="mailto:mahadev@apache.org">mahadev@apache.org</a></td><td>Hortonworks</td><td>Committer</td><td>-8</td><td><span id="developer-8">-8</span></td></tr><tr class="a"><td><a name="ramya"></a>ramya</td><td>Ramya Sunil</td><td><a class="externalLink" href="mailto:ramya@apache.org">ramya@apache.org</a></td><td>Hortonworks</td><td>Committer</td><td>-8</td><td><span id="developer-9">-8</span></td></tr><tr class="b"><td><a name="varun"></a>varun</td><td>Varun Kapoor</td><td><a class="externalLink" href="mailto:varun@apache.org">varun@apache.org</a></td><td>Hortonworks</td><td>Committer</td><td>-8</td><td><span id="developer-10">-8</span></td></tr><tr class="a"><td><a name="vikram"></a>vikram</td><td>Vikram Dixit</td><td><a class="externalLink" href="mailto:vikram@apache.org">vikram@apache.org</a></td><td>Hortonworks</td><td>Committer</td><td
 >-8</td><td><span id="developer-11">-8</span></td></tr><tr class="b"><td><a name="vgogate"></a>vgogate</td><td>Vitthal Suhas Gogate</td><td><a class="externalLink" href="mailto:vgogate@apache.org">vgogate@apache.org</a></td><td>Hortonworks</td><td>PMC</td><td>-8</td><td><span id="developer-12">-8</span></td></tr><tr class="a"><td><a name="vinodkv"></a>vinodkv</td><td>Vinod Kumar Vavilapalli</td><td><a class="externalLink" href="mailto:vinodkv@apache.org">vinodkv@apache.org</a></td><td>Hortonworks</td><td>Committer</td><td>-8</td><td><span id="developer-13">-8</span></td></tr><tr class="b"><td><a name="yusaku"></a>yusaku</td><td>Yusaku Sako</td><td><a class="externalLink" href="mailto:yusaku@apache.org">yusaku@apache.org</a></td><td>Hortonworks</td><td>Committer</td><td>-8</td><td><span id="developer-14">-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();
+    var localOffset = now.getTimezoneOffset();
+    var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 );
+    var developerDate = new Date(developerTime);
+
+    document.getElementById(id).innerHTML = developerDate;
+}
+
+function init(){
+    offsetDate('developer-0', '-8');
+    offsetDate('developer-1', '+1');
+    offsetDate('developer-2', '-8');
+    offsetDate('developer-3', '-8');
+    offsetDate('developer-4', '-8');
+    offsetDate('developer-5', '-8');
+    offsetDate('developer-6', '-8');
+    offsetDate('developer-7', '-8');
+    offsetDate('developer-8', '-8');
+    offsetDate('developer-9', '-8');
+    offsetDate('developer-10', '-8');
+    offsetDate('developer-11', '-8');
+    offsetDate('developer-12', '-8');
+    offsetDate('developer-13', '-8');
+    offsetDate('developer-14', '-8');
+}
+
+window.onLoad = init();
+</script></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;                    2012
+                        <a href="http://www.apache.org/">Apache Software Foundation</a>.
+            All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/ambari/site/team-list.html
------------------------------------------------------------------------------
    svn:eol-style = native