GitHub user gengliangwang opened a pull request:
https://github.com/apache/spark/pull/20186
[SPARK-22990][Core] Fix method isFairScheduler in JobsTab and StagesTab
## What changes were proposed in this pull request?
In current implementation, the function `isFairScheduler` is always false,
since it is comparing String with `SchedulingMode`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gengliangwang/spark isFairScheduler
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20186.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20186
----
commit 01c932f5929b6544b84eb700ab6e6d9a97f0eaf7
Author: Wang Gengliang <ltnwgl@...>
Date: 2018-01-08T13:41:36Z
Fix isFairScheduler
commit fb87aa6b329310eb3695ceaaf26b93158dfe9635
Author: Wang Gengliang <ltnwgl@...>
Date: 2018-01-08T13:49:47Z
better fix
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]