This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch updateDocs in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 485fd428064694d7d238eafe2c416a4a40cd7d1e Author: Sandeep Kumar <[email protected]> AuthorDate: Tue May 19 00:31:53 2026 +0530 AMBARI-26599: Update the ambari-3.0.0 docs --- docs/pom.xml | 12 ++++++++++++ docs/src/site/apt/index.apt | 16 +++------------- docs/src/site/apt/whats-new.apt | 4 ++-- docs/src/site/site.xml | 1 + 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 1ec24724d7..a8d3643bb5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -1360,6 +1360,18 @@ Cloudera </organization> </developer> + <developer> + <id>sandeepk</id> + <name>Sandeep Kumar</name> + <email>[email protected]</email> + <timezone>+5.5</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + VISA + </organization> + </developer> </developers> <contributors> <contributor> diff --git a/docs/src/site/apt/index.apt b/docs/src/site/apt/index.apt index aae3dcbf7b..a5345b37e6 100644 --- a/docs/src/site/apt/index.apt +++ b/docs/src/site/apt/index.apt @@ -52,23 +52,13 @@ Introduction Getting Started with Ambari - Follow the {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.8} installation guide for Ambari 2.7.8}}. + Follow the {{{https://ambari.apache.org/docs/3.0.0/quick-start/quick-start-guide} installation guide for Ambari 3.0.0}}. Note: Ambari currently supports the 64-bit version of the following Operating Systems: - * RHEL (Redhat Enterprise Linux) 7.4, 7.3, 7.2 + * RHEL (Redhat Enterprise Linux) 8, 9 - * CentOS 7.4, 7.3, 7.2 - - * OEL (Oracle Enterprise Linux) 7.4, 7.3, 7.2 - - * Amazon Linux 2 - - * SLES (SuSE Linux Enterprise Server) 12 SP3, 12 SP2 - - * Ubuntu 14 and 16 - - * Debian 9 + * OpenEuler 22 Get Involved diff --git a/docs/src/site/apt/whats-new.apt b/docs/src/site/apt/whats-new.apt index 12bbe7ad8c..4490373e79 100644 --- a/docs/src/site/apt/whats-new.apt +++ b/docs/src/site/apt/whats-new.apt @@ -16,7 +16,7 @@ What's New with Ambari? - * The latest release of Ambari is Ambari 2.7.8. + * The latest release of Ambari is Ambari 3.0.0. * Ambari 2.7.0 added the following features: @@ -67,7 +67,7 @@ JIRA User Guide - Take a look at {{{https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.8} how to install a Hadoop cluster using Ambari 2.7.8}}. + Take a look at {{{https://ambari.apache.org/docs/3.0.0/quick-start/quick-start-guide} how to install a Hadoop cluster using Ambari 3.0.0}}. Stay Tuned diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index f489c0700a..d7715d0e63 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -136,6 +136,7 @@ </menu> <menu name="Releases"> + <item name="3.0.0" href="https://www.apache.org/dyn/closer.cgi/ambari/ambari-3.0.0"/> <item name="2.7.8" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-2.7.8"/> <item name="2.7.7" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-2.7.7"/> <item name="2.7.6" href="http://www.apache.org/dyn/closer.cgi/ambari/ambari-2.7.6"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
