git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1518445 13f79535-47bb-0310-9956-ffa450edef68
@@ -45,6 +45,9 @@ Release 2.1.1-beta - UNRELEASED
YARN-1081. Made a trivial change to YARN node CLI header to avoid potential
confusion. (Akira AJISAKA via vinodkv)
+ YARN-1034. Remove "experimental" in the Fair Scheduler documentation.
+ (Karthik Kambatla via Sandy Ryza)
+
OPTIMIZATIONS
BUG FIXES
@@ -25,8 +25,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler
* {Purpose}
This document describes the <<<FairScheduler>>>, a pluggable scheduler for Hadoop
- which provides a way to share large clusters. <<NOTE:>> The Fair Scheduler
- implementation is currently under development and should be considered experimental.
+ that allows YARN applications to share resources in large clusters fairly.
* {Introduction}