blob: c21770ebc4e862d8c85464ad061319457053e1e0 [file] [log] [blame]
<!---
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
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.8.2.
Here is a short overview of the major features and improvements.
* HDFS
* HDFS Router based federation. See the
[user documentation](./hadoop-project-dist/hadoop-hdfs/HDFSRouterFederation.html)
for more details.
* YARN
* YARN Timeline Service v.2. See the
[user documentation](./hadoop-yarn/hadoop-yarn-site/TimelineServiceV2.html)
for more details.
* 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.
* YARN Web UI v.2. See the
[user documentation](./hadoop-yarn/hadoop-yarn-site/YarnUI2.html)
for more details.
* Capacity Scheduler - Changing queue configuration via API. See the
[user documentation](./hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html)
under the **Changing Queue Configuration** section for more details.
* Capacity Scheduler - Update Resources and Execution Type of an
allocated/running container. See the
[user documentation](./hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html)
under the **Updating a Container** section for more details.
Getting Started
===============
The Hadoop documentation includes the information you need to get started using
Hadoop. Begin with the
[Single Node Setup](./hadoop-project-dist/hadoop-common/SingleCluster.html) which
shows you how to set up a single-node Hadoop installation. Then move on to the
[Cluster Setup](./hadoop-project-dist/hadoop-common/ClusterSetup.html) to learn how
to set up a multi-node Hadoop installation.