|
@@ -16,47 +16,33 @@ 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 stable release 2.8.2.
|
|
|
|
|
|
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)
|
|
|
+ * HDFS Router based federation. See the
|
|
|
+ [user documentation](./hadoop-project-dist/hadoop-hdfs/HDFSRouterFederation.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.
|
|
|
+ * YARN Timeline Service v.2. See the
|
|
|
+ [user documentation](./hadoop-yarn/hadoop-yarn-site/TimelineServiceV2.html)
|
|
|
+ for more details.
|
|
|
|
|
|
- * The timeline store in YARN, used for storing generic and
|
|
|
- application-specific information for applications, supports authentication
|
|
|
- through Kerberos.
|
|
|
+ * YARN Federation. See the
|
|
|
+ [user documentation](./hadoop-yarn/hadoop-yarn-site/Federation.html)
|
|
|
+ for more details.
|
|
|
+
|
|
|
+ * Opportunistic Containers. See the
|
|
|
+ [user documentation](./hadoop-yarn/hadoop-yarn-site/OpportunisticContainers.html)
|
|
|
+ for more details.
|
|
|
|
|
|
- * The Fair Scheduler supports dynamic hierarchical user queues, user queues
|
|
|
- are created dynamically at runtime under any specified parent-queue.
|
|
|
+ * YARN Web UI v.2. See the
|
|
|
+ [user documentation](./hadoop-yarn/hadoop-yarn-site/YarnUI2.html)
|
|
|
+ for more details.
|
|
|
|
|
|
Getting Started
|
|
|
===============
|