Github user sarutak commented on a diff in the pull request:
https://github.com/apache/spark/pull/12257#discussion_r85635079
--- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobsTab.scala ---
@@ -31,8 +31,6 @@ private[ui] class JobsTab(parent: SparkUI) extends
SparkUITab(parent, "jobs") {
def isFairScheduler: Boolean =
jobProgresslistener.schedulingMode == Some(SchedulingMode.FAIR)
- def getSparkUser: String = parent.getSparkUser
--- End diff --
This is because an user launching a driver is not always same as users who
execute queries.
One example is Thrift JDBC/ODBC server. Thrift server is launched by an
user but queries can be executed by others.
---
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]