Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
We run the unit tests with Fair Scheduler downstream. FS does not support priorities at the moment, so TestMRJobs#testJobWithChangePriority fails.
Just add Assume.assumeFalse(usingFairScheduler); and JUnit will skip the test.
Attachments
Attachments
Issue Links
- is related to
-
YARN-2098 App priority support in Fair Scheduler
- Reopened