YARN-4648. Move preemption related tests from TestFairScheduler to TestFairSchedulerPreemption. Contributed by Kai Sasaki.

(cherry picked from commit 0e12114c9c)
This commit is contained in:
Tsuyoshi Ozawa 2016-02-23 19:50:08 +09:00
parent 56b82de6e1
commit 4ee55d0322
3 changed files with 1293 additions and 1209 deletions

View File

@ -79,6 +79,9 @@ Release 2.9.0 - UNRELEASED
YARN-4708. Missing default mapper type in TimelineServer performance test tool
usage. (Kai Sasaki via ozawa)
YARN-4648. Move preemption related tests from TestFairScheduler to
TestFairSchedulerPreemption. (Kai Sasaki via ozawa)
OPTIMIZATIONS
BUG FIXES