Pārlūkot izejas kodu

Updated docs for 1.2.5 release. (yusaku)

Yusaku Sako 12 gadi atpakaļ
vecāks
revīzija
66d717a03a
4 mainītis faili ar 19 papildinājumiem un 18 dzēšanām
  1. 1 1
      docs/pom.xml
  2. 4 1
      docs/src/site/apt/index.apt
  3. 12 16
      docs/src/site/apt/whats-new.apt
  4. 2 0
      docs/src/site/site.xml

+ 1 - 1
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>
 

+ 4 - 1
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}}.

+ 12 - 16
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
 

+ 2 - 0
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"/>