浏览代码

Preparing for release 2.7.1 : Updating index.md.vm for site documentation.

Vinod Kumar Vavilapalli 9 年之前
父节点
当前提交
9232ae296a
共有 1 个文件被更改,包括 17 次插入26 次删除
  1. 17 26
      hadoop-project/src/site/markdown/index.md.vm

+ 17 - 26
hadoop-project/src/site/markdown/index.md.vm

@@ -16,47 +16,38 @@ 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.
+line, building upon the previous release 2.7.0. This is the next stable release
+after Apache Hadoop 2.6.x.
 
-Here is a short overview of the major features and improvements.
+Here is a short overview of the major features and improvements since 2.6.x.
 
-*   Common
+* IMPORTANT notes
 
-    *   Authentication improvements when using an HTTP proxy server. This is
-        useful when accessing WebHDFS via a proxy server.
+    *   This release drops support for JDK6 runtime and works with JDK 7+ only.
 
-    *   A new Hadoop metrics sink that allows writing directly to Graphite.
+*   Common
 
-    *   [Specification work](./hadoop-project-dist/hadoop-common/filesystem/index.html)
-        related to the Hadoop Compatible Filesystem (HCFS) effort.
+    *   Support Windows Azure Storage - Blob as a file system in Hadoop.
 
 *   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.
+    *   Support for file truncate
 
-    *   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.
+    *   Support for quotas per storage type
 
-    *   The SecondaryNameNode, JournalNode, and DataNode web UIs have been
-        modernized with HTML5 and Javascript.
+    *   Support for files with variable-length blocks
 
 *   YARN
 
-    *   YARN's REST APIs now support write/modify operations. Users can submit and
-        kill applications through REST APIs.
+    *   Make YARN authorization pluggable
+
+    *   Automatic shared, global caching of YARN localized resources (beta)
+
+*   MAPREDUCE
 
-    *   The timeline store in YARN, used for storing generic and
-        application-specific information for applications, supports authentication
-        through Kerberos.
+    *   Ability to limit running Map/Reduce tasks of a job
 
-    *   The Fair Scheduler supports dynamic hierarchical user queues, user queues
-        are created dynamically at runtime under any specified parent-queue.
+    *   Speed up FileOutputCommitter for very large jobs with many output files.
 
 Getting Started
 ===============