Eren Avsarogullari created SPARK-19662:
------------------------------------------
Summary: Add Fair Scheduler Unit Test coverage for different build cases
Key: SPARK-19662
URL: https://issues.apache.org/jira/browse/SPARK-19662
Project: Spark
Issue Type: Test
Components: Scheduler
Affects Versions: 2.1.0
Reporter: Eren Avsarogullari
Priority: Minor
Fair Scheduler can be built via one of the following options:
- By setting a `spark.scheduler.allocation.file` property
- By setting `fairscheduler.xml` into classpath,
These options are checked in order and fair-scheduler is built via first found one. If invalid
path is found, FileNotFoundException will be expected.
Related PR aims unit test coverage of these use cases and a minor documentation change has
been added for second option(`fairscheduler.xml` into classpath) to inform the user.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|