Author: yusaku
Date: Tue Jan 15 02:38:54 2013
New Revision: 1433264

URL: http://svn.apache.org/viewvc?rev=1433264&view=rev
Log:
Updated committer list and docs for 1.2.0. (yusaku)

Modified:
    incubator/ambari/trunk/docs/pom.xml
    incubator/ambari/trunk/docs/src/site/apt/index.apt
    incubator/ambari/trunk/docs/src/site/apt/whats-new.apt
    incubator/ambari/trunk/docs/src/site/site.xml

Modified: incubator/ambari/trunk/docs/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/docs/pom.xml?rev=1433264&r1=1433263&r2=1433264&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/pom.xml (original)
+++ incubator/ambari/trunk/docs/pom.xml Tue Jan 15 02:38:54 2013
@@ -179,6 +179,18 @@
             </organization>            
         </developer>
         <developer>
+            <id>jspeidel</id>
+            <name>John Speidel</name>
+            <email>[email protected]</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                Hortonworks
+            </organization>
+        </developer>
+        <developer>
             <id>kzhang</id>
             <name>Kan Zhang</name>
             <email>[email protected]</email>
@@ -227,6 +239,30 @@
             </organization>            
         </developer>
         <developer>
+            <id>srimanth</id>
+            <name>Srimanth Gunturi</name>
+            <email>[email protected]</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                Hortonworks
+            </organization>
+        </developer>
+        <developer>
+            <id>tbeerbower</id>
+            <name>Thomas Beerbower</name>
+            <email>[email protected]</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                Hortonworks
+            </organization>
+        </developer>
+        <developer>
             <id>vikram</id>
             <name>Vikram Dixit</name>
             <email>[email protected]</email>

Modified: incubator/ambari/trunk/docs/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/docs/src/site/apt/index.apt?rev=1433264&r1=1433263&r2=1433264&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/apt/index.apt (original)
+++ incubator/ambari/trunk/docs/src/site/apt/index.apt Tue Jan 15 02:38:54 2013
@@ -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)
 
   []

Modified: incubator/ambari/trunk/docs/src/site/apt/whats-new.apt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/docs/src/site/apt/whats-new.apt?rev=1433264&r1=1433263&r2=1433264&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/apt/whats-new.apt (original)
+++ incubator/ambari/trunk/docs/src/site/apt/whats-new.apt Tue Jan 15 02:38:54 
2013
@@ -47,12 +47,15 @@ $ svn checkout http://svn.apache.org/rep
 
 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

Modified: incubator/ambari/trunk/docs/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/docs/src/site/site.xml?rev=1433264&r1=1433263&r2=1433264&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/site.xml (original)
+++ incubator/ambari/trunk/docs/src/site/site.xml Tue Jan 15 02:38:54 2013
@@ -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>


Reply via email to