-
- Downloads
SPARK-1469: Scheduler mode should accept lower-case definitions and have...
... nicer error messages There are two improvements to Scheduler Mode: 1. Made the built in ones case insensitive (fair/FAIR, fifo/FIFO). 2. If an invalid mode is given we should print a better error message. Author: Sandeep <sandeep@techaddict.me> Closes #388 from techaddict/1469 and squashes the following commits: a31bbd5 [Sandeep] SPARK-1469: Scheduler mode should accept lower-case definitions and have nicer error messages There are two improvements to Scheduler Mode: 1. Made the built in ones case insensitive (fair/FAIR, fifo/FIFO). 2. If an invalid mode is given we should print a better error message.
Showing
- core/src/main/scala/org/apache/spark/scheduler/SchedulingMode.scala 1 addition, 1 deletion...ain/scala/org/apache/spark/scheduler/SchedulingMode.scala
- core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala 7 additions, 2 deletions.../scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala
Loading
Please register or sign in to comment