GitHub user YanTangZhai opened a pull request:
https://github.com/apache/spark/pull/1966
[SPARK-3067] JobProgressPage could not show Fair Scheduler Pools section
sometimes
JobProgressPage could not show Fair Scheduler Pools section sometimes.
SparkContext starts webui and then postEnvironmentUpdate. Sometimes
JobProgressPage is accessed between webui starting and postEnvironmentUpdate,
then the lazy val isFairScheduler will be false. The Fair Scheduler Pools
section will not display any more.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/YanTangZhai/spark SPARK-3067
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1966.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 #1966
----
commit cdef539abc5d2d42d4661373939bdd52ca8ee8e6
Author: YanTangZhai <[email protected]>
Date: 2014-08-06T13:07:08Z
Merge pull request #1 from apache/master
update
commit aac7f7b67d83d4175018d58568cfbd1a639e3d7e
Author: yantangzhai <[email protected]>
Date: 2014-08-15T09:04:24Z
[SPARK-3067] JobProgressPage could not show Fair Scheduler Pools section
sometimes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]