Ver código fonte

Updating site for 1.6.1

Sumit Mohanty 11 anos atrás
pai
commit
4db5aa98f4
4 arquivos alterados com 35 adições e 10 exclusões
  1. 17 5
      docs/pom.xml
  2. 1 1
      docs/src/site/apt/index.apt
  3. 15 4
      docs/src/site/apt/whats-new.apt
  4. 2 0
      docs/src/site/site.xml

+ 17 - 5
docs/pom.xml

@@ -22,13 +22,13 @@
     <name>Ambari</name>
     <description>
       Ambari is a web-based tool for performing installation, management, and monitoring of Apache Hadoop clusters. The stack of components that are currently supported by
-      Ambari includes HBase, HCatalog, HDFS, Hive, MapReduce, Oozie, Pig, Scoop, Templeton, and Zookeeper.
+      Ambari includes Falcon, HBase, HCatalog, HDFS, Hive, MapReduce, Oozie, Pig, Scoop, Storm, Templeton, Tez, YARN and Zookeeper.
     </description>
-    <url>http://incubator.apache.org/ambari</url>
+    <url>http://ambari.apache.org</url>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.ambari</groupId>
-    <version>1.6.0</version>
+    <version>1.6.1</version>
     <artifactId>ambari</artifactId>
     <packaging>pom</packaging>
 
@@ -249,7 +249,19 @@
             <organization>
                 IBM            
             </organization>            
-        </developer> 
+        </developer>
+        <developer>
+            <id>eboyd</id>
+            <name>Erin A. Boyd</name>
+            <email>eboyd@apache.org</email>
+            <timezone>-8</timezone>
+            <roles>
+                <role>Committer</role>
+            </roles>
+            <organization>
+                 Redhat
+            </organization>
+        </developer>
         <developer>
             <id>hitesh</id>
             <name>Hitesh Shah</name>
@@ -475,7 +487,7 @@
                 <role>PMC</role>
             </roles>
             <organization>
-                HP
+                Redhat
             </organization>
         </developer>
         <developer>

+ 1 - 1
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.0} installation guide for Ambari 1.6.0}}.
+  Follow the {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.6.1} installation guide for Ambari 1.6.1}}.
 
   Note: Ambari currently supports the 64-bit version of the following Operating Systems:
 

+ 15 - 4
docs/src/site/apt/whats-new.apt

@@ -16,11 +16,22 @@
 
 What's New with Ambari?
 
- * The latest release Ambari 1.6.0 added the following features:
+ * The latest release Ambari 1.6.1 added the following features:
 
-   * Support for PostgreSQL DB (Ambari, Oozie, Hive Metastore)
+   * 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
 
-   * {{{https://cwiki.apache.org/confluence/display/AMBARI/Blueprints}Blueprints}}
+   * Custom jdk checking to ensure that installed services do not run into problems when they start up
+
+   * 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
+
+   * Ambari allows you to perform a blueprint validation based on dependency and cardinality information
+     provided in the associated Ambari Stack definition
+
+   * Host check has been enhanced to include checking for reverse hostname lookup as well as perform
+     hostname resolution checks on each host
 
 Getting Ambari Source
 
@@ -35,7 +46,7 @@ JIRA
 
 User Guide
 
-  Take a look at {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.6.0} how to install a Hadoop cluster using Ambari 1.6.0}}.
+  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}}.
 
 Stay Tuned
 

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

@@ -103,6 +103,7 @@
     </menu>
 
     <menu name="Releases">
+        <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"/>
         <item name="1.5.0" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-1.5.0"/>
@@ -120,6 +121,7 @@
     </menu>
 
     <menu name="Documentation">
+        <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"/>
         <item name="Install Guide for 1.5.0" href="https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+1.5.0"/>