You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2022/05/24 10:22:25 UTC

[hadoop] branch branch-2.10.2 updated: updated site index for 2.10.2 release.

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-2.10.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10.2 by this push:
     new 965fd380006 updated site index for 2.10.2 release.
965fd380006 is described below

commit 965fd380006fa78b2315668fbc7eb432e1d8200f
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Tue May 24 19:21:50 2022 +0900

    updated site index for 2.10.2 release.
---
 hadoop-project/src/site/markdown/index.md.vm | 50 +++++-----------------------
 1 file changed, 8 insertions(+), 42 deletions(-)

diff --git a/hadoop-project/src/site/markdown/index.md.vm b/hadoop-project/src/site/markdown/index.md.vm
index 1cbc181b3df..28bfa58baed 100644
--- a/hadoop-project/src/site/markdown/index.md.vm
+++ b/hadoop-project/src/site/markdown/index.md.vm
@@ -15,48 +15,14 @@
 Apache Hadoop ${project.version}
 ================================
 
-Apache Hadoop ${project.version} is a minor release in the 2.x.y release
-line, building upon the previous stable release 2.4.1.
-
-Here is a short overview of the major features and improvements.
-
-*   Common
-
-    *   Authentication improvements when using an HTTP proxy server. This is
-        useful when accessing WebHDFS via a proxy server.
-
-    *   A new Hadoop metrics sink that allows writing directly to Graphite.
-
-    *   [Specification work](./hadoop-project-dist/hadoop-common/filesystem/index.html)
-        related to the Hadoop Compatible Filesystem (HCFS) effort.
-
-*   HDFS
-
-    *   Support for POSIX-style filesystem extended attributes. See the
-        [user documentation](./hadoop-project-dist/hadoop-hdfs/ExtendedAttributes.html)
-        for more details.
-
-    *   Using the OfflineImageViewer, clients can now browse an fsimage via
-        the WebHDFS API.
-
-    *   The NFS gateway received a number of supportability improvements and
-        bug fixes. The Hadoop portmapper is no longer required to run the gateway,
-        and the gateway is now able to reject connections from unprivileged ports.
-
-    *   The SecondaryNameNode, JournalNode, and DataNode web UIs have been
-        modernized with HTML5 and Javascript.
-
-*   YARN
-
-    *   YARN's REST APIs now support write/modify operations. Users can submit and
-        kill applications through REST APIs.
-
-    *   The timeline store in YARN, used for storing generic and
-        application-specific information for applications, supports authentication
-        through Kerberos.
-
-    *   The Fair Scheduler supports dynamic hierarchical user queues, user queues
-        are created dynamically at runtime under any specified parent-queue.
+Apache Hadoop ${project.version} is a point release in the 2.10.x release line,
+building upon the previous stable release 2.10.1.
+
+Users are encouraged to read
+[release notes](./hadoop-project-dist/hadoop-common/release/${project.version}/RELEASENOTES.${project.version}.html)
+for overview of the major changes and
+[change log](./hadoop-project-dist/hadoop-common/release/${project.version}/CHANGELOG.${project.version}.html)
+for list of all changes.
 
 Getting Started
 ===============


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org