Updated Branches:
  refs/heads/trunk 6106dff05 -> 66d717a03

Updated docs for 1.2.5 release. (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/66d717a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/66d717a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/66d717a0

Branch: refs/heads/trunk
Commit: 66d717a03ab49a6e7b7211b1d60876718f8350a8
Parents: 6106dff
Author: Yusaku Sako <[email protected]>
Authored: Wed Sep 11 11:01:44 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Wed Sep 11 11:01:44 2013 -0700

----------------------------------------------------------------------
 docs/pom.xml                    |  2 +-
 docs/src/site/apt/index.apt     |  5 ++++-
 docs/src/site/apt/whats-new.apt | 28 ++++++++++++----------------
 docs/src/site/site.xml          |  2 ++
 4 files changed, 19 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/66d717a0/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 4bd37b0..aae00cf 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.ambari</groupId>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.2.5-SNAPSHOT</version>
     <artifactId>ambari</artifactId>
     <packaging>pom</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/66d717a0/docs/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/docs/src/site/apt/index.apt b/docs/src/site/apt/index.apt
index c2b9f71..caead2e 100644
--- a/docs/src/site/apt/index.apt
+++ b/docs/src/site/apt/index.apt
@@ -64,7 +64,7 @@ Introduction
 
 Getting Started with Ambari
 
-  Follow the {{{./1.2.4/installing-hadoop-using-ambari/content/index.html} 
installation guide for Ambari 1.2.4}}.
+  Follow the {{{./1.2.5/installing-hadoop-using-ambari/content/index.html} 
installation guide for Ambari 1.2.5}}.
 
   Note: Ambari currently supports the 64-bit version of the following 
Operating Systems:
 
@@ -83,6 +83,9 @@ Get Involved
   {{{http://www.meetup.com/Apache-Ambari-User-Group} Join the Ambari User 
Meetup Group}}.  
   You can {{{http://www.meetup.com/Apache-Ambari-User-Group/events/109316812/} 
see the slides from April 2, 2013}} and 
{{{http://www.meetup.com/Apache-Ambari-User-Group/events/119184782/} the slides 
from June 25, 2013}} meetups.
 
+  {{{http://www.meetup.com/Apache-Ambari-User-Group/events/134373312/}
+  Sign up for the next meetup on September 25, 2013}}.
+
 What's New?
 
   Check out the work going on for the {{{./whats-new.html} upcoming releases}}.

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/66d717a0/docs/src/site/apt/whats-new.apt
----------------------------------------------------------------------
diff --git a/docs/src/site/apt/whats-new.apt b/docs/src/site/apt/whats-new.apt
index e66b3e3..bac535b 100644
--- a/docs/src/site/apt/whats-new.apt
+++ b/docs/src/site/apt/whats-new.apt
@@ -16,31 +16,27 @@
 
 What's New with Ambari?
 
- * The current Ambari 1.2.4 release has the following new features:
+ * The current Ambari 1.2.5 features:
 
-   * Ability to use a non-root, sudo user to install Ambari agents
-
-   * Oracle database support for Ambari (in addition to Postgres)
-
-   * Oracle database support for Hive Metastore (in addition to MySQL)
-
-   * MySQL and Oracle database support for Oozie (in addition to Derby)
+   * A wizard to configure and manage a secure cluster via Kerberos
 
-   * Ability to select which stack to deploy
+   * Ability to customize Dashboard Widgets
 
+   * Support for configuring and running Ambari Web Server via HTTPS
 
- * Ambari 1.2.5 will feature:
+   * Support to setup Ganglia and Nagios HTTPS
 
-   * A wizard to configure and manage a secure cluster via Kerberos
+   * Run Ambari Server as a non-root user
 
-   * Support for configuring and running Ambari Web Server via https
+   * Ambari Server configuration property encryption
 
-   * Run Ambari Server as a non-root user
+   * Support to configure Ambari Server-Agent Two-Way SSL Communication
 
-   * Audit capture of login and config changes
+   * Improved Host Checks during Install Wizard
 
+   * Audit capture of config changes
 
- * Ambari 1.4.0 will support Hadoop 2.0.  This work is going on under 
{{{https://git-wip-us.apache.org/repos/asf/incubator-ambari/repo?p=incubator-ambari.git;a=log;h=refs/heads/trunk}
 trunk}}.
+ * Ambari 1.4.1 will support Hadoop 2.0.  This work is going on under 
{{{https://git-wip-us.apache.org/repos/asf/incubator-ambari/repo?p=incubator-ambari.git;a=log;h=refs/heads/trunk}
 trunk}}.
 
 
 Getting Ambari Source
@@ -56,7 +52,7 @@ JIRA
 
 User Guide
 
-  Take a look at 
{{{http://incubator.apache.org/ambari/1.2.4/installing-hadoop-using-ambari/content/index.html}
 how to install a Hadoop cluster using Ambari 1.2.4}}.
+  Take a look at 
{{{http://incubator.apache.org/ambari/1.2.5/installing-hadoop-using-ambari/content/index.html}
 how to install a Hadoop cluster using Ambari 1.2.5}}.
 
 Stay Tuned
 

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/66d717a0/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 2d44c5b..4cc5626 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -104,6 +104,7 @@
     </menu>
 
     <menu name="Releases">
+        <item name="1.2.5" 
href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.5/"/>
         <item name="1.2.4" 
href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.4/"/>
         <item name="1.2.3" 
href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.3/"/>
         <item name="1.2.2" 
href="http://www.apache.org/dist/incubator/ambari/ambari-1.2.2/"/>
@@ -113,6 +114,7 @@
     </menu>
 
     <menu name="Documentation">
+        <item name="Install Guide for 1.2.5" 
href="1.2.5/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 1.2.4" 
href="1.2.4/installing-hadoop-using-ambari/content/index.html"/>
         <item name="Install Guide for 1.2.3" 
href="1.2.3/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"/>

Reply via email to