GitHub user vanzin opened a pull request:
https://github.com/apache/spark/pull/18331
[SPARK-21124][ui] Show correct application user in UI.
The jobs page currently shows the application user, but it assumes
the OS user is the same as the user running the application, which
may not be true in all scenarios (e.g., kerberos). While it might be
useful to show both in the UI, this change just chooses the application
user over the OS user, since the latter can be found in the environment
page if needed.
Tested in live application and in history server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vanzin/spark SPARK-21124
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18331.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 #18331
----
commit 3cd47ab8ff060deb1500f214b6c9043c165890c7
Author: Marcelo Vanzin <[email protected]>
Date: 2017-06-16T22:07:16Z
[SPARK-21124][ui] Show correct application user in UI.
The jobs page currently shows the application user, but it assumes
the OS user is the same as the user running the application, which
may not be true in all scenarios (e.g., kerberos). While it might be
useful to show both in the UI, this change just chooses the application
user over the OS user, since the latter can be found in the environment
page if needed.
Tested in live application and in history server.
----
---
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]