浏览代码

Updated committer list and docs for 1.2.0. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1433264 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父节点
当前提交
1a45514b53
共有 4 个文件被更改,包括 52 次插入12 次删除
  1. 36 0
      docs/pom.xml
  2. 8 8
      docs/src/site/apt/index.apt
  3. 5 2
      docs/src/site/apt/whats-new.apt
  4. 3 2
      docs/src/site/site.xml

+ 36 - 0
docs/pom.xml

@@ -178,6 +178,18 @@
                 Hortonworks                
             </organization>            
         </developer>
+        <developer>
+            <id>jspeidel</id>
+            <name>John Speidel</name>
+            <email>jspeidel@apache.org</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                Hortonworks
+            </organization>
+        </developer>
         <developer>
             <id>kzhang</id>
             <name>Kan Zhang</name>
@@ -226,6 +238,30 @@
                 Hortonworks
             </organization>            
         </developer>
+        <developer>
+            <id>srimanth</id>
+            <name>Srimanth Gunturi</name>
+            <email>srimanth@apache.org</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                Hortonworks
+            </organization>
+        </developer>
+        <developer>
+            <id>tbeerbower</id>
+            <name>Thomas Beerbower</name>
+            <email>tbeerbower@apache.org</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                Hortonworks
+            </organization>
+        </developer>
         <developer>
             <id>vikram</id>
             <name>Vikram Dixit</name>

+ 8 - 8
docs/src/site/apt/index.apt

@@ -26,8 +26,6 @@ Introduction
 
   * {{{http://incubator.apache.org/hcatalog} Apache HCatalog}}
 
-  * {{{http://people.apache.org/~thejas/templeton_doc_latest/index.html} Apache Templeton}}
-
   * {{{http://hbase.apache.org} Apache HBase}}
 
   * {{{http://zookeeper.apache.org} Apache Zookeeper}}
@@ -68,7 +66,7 @@ Introduction
 
 Ambari Source
 
-  Follow the  {{{./install-0.9.html} installation guide for 0.9 (stable)}} or check out the work going on in {{{./whats-new.html} trunk}}.
+  Follow the  {{{./install-0.9.html} installation guide for 0.9 (stable)}} or check out the work going on in {{{./whats-new.html} trunk}} for the upcoming 1.2.0 release.
 
 Roadmap
 
@@ -76,14 +74,14 @@ Roadmap
 
     * Ambari currently supports 64-bit RHEL and CentOS 5 + 6
 
-    * Future support for SLES 11 is coming soon
+    * SLES 11 support (1.2.0)
 
   []
 
   * RESTful API for integration
   
     * Ambari will expose a unified, RESTful API to enable third-party applications to integrate
-      Hadoop cluster management and monitoring capabilities.
+      Hadoop cluster management and monitoring capabilities (1.2.0)
 
   []
 
@@ -101,14 +99,16 @@ Roadmap
 
       * Role-based user authentication, authorization, and auditing
 
-      * Support for LDAP and Active Directory
+      * Support for LDAP and Active Directory (1.2.0)
 
   []
 
   * Visualization
 
-      * Interactive visualization of current and historical states of the cluster for a number of key metrics
+      * Interactive visualization of the current state of the cluster for a number of key metrics (1.2.0)
+
+      * Interactive visualization of historical states of the cluster for a number of key metrics
 
-      * Interactive visualization of Pig, Hive, and MapReduce jobs
+      * Interactive visualization of Pig, Hive, and MapReduce jobs (1.2.0)
 
   []

+ 5 - 2
docs/src/site/apt/whats-new.apt

@@ -47,12 +47,15 @@ $ svn checkout http://svn.apache.org/repos/asf/incubator/ambari/trunk ambari
 
 JIRA
 
-  You can follow all the work going on by watching the Ambari JIRA project. We
-  anticipate the next release of Apache Ambari to be version 1.2.0. You can see the
+  You can follow all the work going on by watching the Ambari JIRA project. The next release of Apache Ambari will be version 1.2.0. You can see the
   JIRA details for this release here:
 
   {{{https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.0%22%20AND%20project%20%3D%20AMBARI} https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.0%22%20AND%20project%20%3D%20AMBARI}}
 
+User Guide
+
+  {{{http://incubator.apache.org/ambari/1.2.0/installing-hadoop-using-ambari/content/index.html} See how to install a Hadoop cluster using Ambari 1.2.0}}
+
 Stay Tuned
 
   {{{http://incubator.apache.org/ambari/mail-lists.html} Subscribe to the Ambari mailing lists}} and check back here often to learn about our

+ 3 - 2
docs/src/site/site.xml

@@ -82,12 +82,13 @@
     </menu>
 
     <menu name="Releases">
-        <item name="0.9 (stable)" href="http://www.apache.org/dist/incubator/ambari/ambari-0.9-incubating/"/>
         <item name="1.2.0 (coming soon)" href="whats-new.html"/>
+        <item name="0.9" href="http://www.apache.org/dist/incubator/ambari/ambari-0.9-incubating/"/>
     </menu>
 
     <menu name="Documentation">
-        <item name="Install Guide for 0.9 (stable)" href="install-0.9.html"/>
+        <item name="Install Guide for 1.2.0" href="1.2.0/installing-hadoop-using-ambari/content/index.html"/>
+        <item name="Install Guide for 0.9" href="install-0.9.html"/>
     </menu>
 
     <footer>