瀏覽代碼

AMBARI-8503. Update apache site index.html and whats-new.html with 1.7.0 release (alejandro)

Alejandro Fernandez 10 年之前
父節點
當前提交
ded6402147
共有 4 個文件被更改,包括 22 次插入15 次删除
  1. 1 1
      docs/pom.xml
  2. 2 2
      docs/src/site/apt/index.apt
  3. 17 12
      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.6.1</version>
+    <version>1.7.0</version>
     <artifactId>ambari</artifactId>
     <packaging>pom</packaging>
 

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

@@ -52,7 +52,7 @@ Introduction
 
 Getting Started with Ambari
 
-  Follow the {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.6.1} installation guide for Ambari 1.6.1}}.
+  Follow the {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.7.0} installation guide for Ambari 1.7.0}}.
 
   Note: Ambari currently supports the 64-bit version of the following Operating Systems:
 
@@ -64,7 +64,7 @@ Getting Started with Ambari
 
   * SLES (SuSE Linux Enterprise Server) 11
 
-  * Ubuntu 12 support is coming soon
+  * Ubuntu 12
 
 Get Involved
 

+ 17 - 12
docs/src/site/apt/whats-new.apt

@@ -16,22 +16,27 @@
 
 What's New with Ambari?
 
- * The latest release Ambari 1.6.1 added the following features:
+ * The latest release Ambari 1.7.0 added the following features:
 
-   * Performance improvements - optimized REST API that makes requests as efficient as possible,
-     improved backend caching to makes operational information readily available, better tuning
-     of Ganglia and Nagios facilitate metrics collection and alerts
+   * Exposes Ambari UI for config versioning, history and rollback, to facilitate the management of services
 
-   * Custom jdk checking to ensure that installed services do not run into problems when they start up
+   * Ambari Views framework was greatly improved to better support instantiating and loading custom views
 
-   * Ambari also now makes it easier to get your JDBC driver in place within the cluster and also tests
-     the database connections to make sure that your configuration is correct and working properly
+   * Migrated "Jobs" tab into a "Jobs View" (e.g deliver as part of Views framework)
 
-   * Ambari allows you to perform a blueprint validation based on dependency and cardinality information
-     provided in the associated Ambari Stack definition
+   * Ambari Administration was revamped and has better controls for managing users, groups, view instances, and cluster permissions
 
-   * Host check has been enhanced to include checking for reverse hostname lookup as well as perform
-     hostname resolution checks on each host
+   * Ubuntu 12 support
+
+   * Cancel/Abort background operation requests
+
+   * New Host Check: THP (Transparent Huge Pages)
+
+   * Download Service client configs
+
+   * Ability to manage -env.sh configuration files
+
+   * Ability to set configuration properties as <final>
 
 Getting Ambari Source
 
@@ -46,7 +51,7 @@ JIRA
 
 User Guide
 
-  Take a look at {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.6.1} how to install a Hadoop cluster using Ambari 1.6.1}}.
+  Take a look at {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.7.0} how to install a Hadoop cluster using Ambari 1.7.0}}.
 
 Stay Tuned
 

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

@@ -107,6 +107,7 @@
       <item name="Quick Start Guide" href="https://cwiki.apache.org/confluence/display/AMBARI/Quick+Start+Guide"/>
       <item name="Features + Roadmap" href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=30755705"/>
       <item name="API Reference" href="https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md"/>
+      <item name="Install Guide for 1.7.0" href="https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.7.0"/>
       <item name="Install Guide for 1.6.1" href="https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.6.1"/>
       <item name="Install Guide for 1.6.0" href="https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.6.0"/>
       <item name="Install Guide for 1.5.1" href="https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.5.1"/>
@@ -125,6 +126,7 @@
     </menu>
 
     <menu name="Releases">
+      <item name="1.7.0" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-1.7.0"/>
       <item name="1.6.1" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-1.6.1"/>
       <item name="1.6.0" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-1.6.0"/>
       <item name="1.5.1" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-1.5.1"/>