sarutak commented on a change in pull request #32381:
URL: https://github.com/apache/spark/pull/32381#discussion_r630114965
##########
File path: core/src/main/scala/org/apache/spark/ui/jobs/JobsTab.scala
##########
@@ -30,6 +30,7 @@ private[ui] class JobsTab(parent: SparkUI, store:
AppStatusStore)
extends SparkUITab(parent, "jobs") {
val sc = parent.sc
+ val conf = parent.conf
Review comment:
Yes. Without this, we can't access `SparkConf` from `AllJobsPage` and
`JobPage`.
We can't do `parent.parent.conf` from those pages.
`StageTab` has the same code for `StagePage`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]