You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/04/16 03:40:38 UTC

svn commit: r1468287 - in /incubator/ambari/trunk/docs: pom.xml src/site/apt/index.apt src/site/apt/whats-new.apt src/site/site.xml

Author: yusaku
Date: Tue Apr 16 01:40:37 2013
New Revision: 1468287

URL: http://svn.apache.org/r1468287
Log:
Updated docs for 1.2.2 release. (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=1468287&r1=1468286&r2=1468287&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/pom.xml (original)
+++ incubator/ambari/trunk/docs/pom.xml Tue Apr 16 01:40:37 2013
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.ambari</groupId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <artifactId>ambari</artifactId>
     <packaging>pom</packaging>
 

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=1468287&r1=1468286&r2=1468287&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/apt/index.apt (original)
+++ incubator/ambari/trunk/docs/src/site/apt/index.apt Tue Apr 16 01:40:37 2013
@@ -64,7 +64,7 @@ Introduction
 
 Getting Started with Ambari
 
-  Follow the {{{./1.2.1/installing-hadoop-using-ambari/content/index.html} installation guide for Ambari 1.2.1}} or {{{./1.2.2/installing-hadoop-using-ambari/content/index.html} installation guide for Ambari 1.2.2 RC}}.
+  Follow the {{{./1.2.2/installing-hadoop-using-ambari/content/index.html} installation guide for Ambari 1.2.2}}.
 
   Note: Ambari currently supports 64-bit RHEL/CentOS 5 + 6 and SLES 11.
 
@@ -72,11 +72,11 @@ Get Involved
 
   Visit the {{{https://cwiki.apache.org/confluence/display/AMBARI/Ambari} Ambari Wiki}} for design documents, roadmap, development guidelines, etc.
 
-  The first {{{http://www.meetup.com/Apache-Ambari-User-Group} Ambari User Group Meetup}} is scheduled for April 2 in Palo Alto, California, USA.  Learn about Ambari and connect with other Ambari developers and users!
+  The first {{{http://www.meetup.com/Apache-Ambari-User-Group} Ambari User Group Meetup}} took place on April 2 in Palo Alto, California, USA.  {{{http://www.meetup.com/Apache-Ambari-User-Group/events/109316812/} See the slides and WebEx session from the Meetup}}.  
 
 What's New?
 
-  Check out the work going on for the {{{./whats-new.html} upcoming 1.2.2 release}}.
+  Check out the work going on for the {{{./whats-new.html} upcoming 1.3.0 release}}.
 
 Disclaimer
 

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=1468287&r1=1468286&r2=1468287&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/apt/whats-new.apt (original)
+++ incubator/ambari/trunk/docs/src/site/apt/whats-new.apt Tue Apr 16 01:40:37 2013
@@ -14,23 +14,9 @@
 ~~ limitations under the License.
 ~~
 
-What's New in Ambari 1.2.2?
-
-  There’s a lot of activity occurring in trunk. We’ve had a great response from the
-  community and received a lot of input into the direction. Here are some highlights for 1.2.2:
-
-  * Major performance enhancements for the REST APIs as well as Ambari Web UI
-
-  * Stability and robustness for the server and agent
-
-  * More intuitive Job Analytics (swim-lane display for representing Pig/Hive DAGs)
-
-  * Host-level alerts (in addition to Service-level alerts)
-
-  * Support for Active Directory integration
-
-  * Paging control for zoomed-in metric graphs
+What's New in Ambari 1.3.0?
 
+ * Check back later for the new features in 1.3.0. 
 
 Getting Ambari Source
 
@@ -43,13 +29,13 @@ $ svn checkout http://svn.apache.org/rep
 JIRA
 
   You can follow all the work going on by watching the Ambari JIRA project. You can see the
-  JIRA details for Ambari 1.2.2 here:
+  JIRA details for Ambari 1.3.0 here:
 
-  {{{https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.2%22%20AND%20project%20%3D%20AMBARI} https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.2.2%22%20AND%20project%20%3D%20AMBARI}}
+  {{{https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.3.0%22%20AND%20project%20%3D%20AMBARI} https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%221.3.0%22%20AND%20project%20%3D%20AMBARI}}
 
 User Guide
 
-  Take a look at {{{http://incubator.apache.org/ambari/1.2.2/installing-hadoop-using-ambari/content/index.html} how to install a Hadoop cluster using Ambari 1.2.2 RC}}.
+  Take a look at {{{http://incubator.apache.org/ambari/1.2.2/installing-hadoop-using-ambari/content/index.html} how to install a Hadoop cluster using Ambari 1.2.2}}.
 
 Stay Tuned
 

Modified: incubator/ambari/trunk/docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/docs/src/site/site.xml?rev=1468287&r1=1468286&r2=1468287&view=diff
==============================================================================
--- incubator/ambari/trunk/docs/src/site/site.xml (original)
+++ incubator/ambari/trunk/docs/src/site/site.xml Tue Apr 16 01:40:37 2013
@@ -104,13 +104,14 @@
     </menu>
 
     <menu name="Releases">
+        <item name="1.2.2" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.2/"/>
         <item name="1.2.1" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.1/"/>
         <item name="1.2.0" href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.0/"/>
         <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 1.2.2 RC" href="1.2.2/installing-hadoop-using-ambari/content/index.html"/>
+        <item name="Install Guide for 1.2.2" href="1.2.2/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 1.2.1" href="1.2.1/installing-hadoop-using-ambari/content/index.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"/>