You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Vanzin (JIRA)" <ji...@apache.org> on 2017/06/16 20:49:00 UTC

[jira] [Created] (SPARK-21124) Wrong user shown in UI when using kerberos

Marcelo Vanzin created SPARK-21124:
--------------------------------------

             Summary: Wrong user shown in UI when using kerberos
                 Key: SPARK-21124
                 URL: https://issues.apache.org/jira/browse/SPARK-21124
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 2.2.0
            Reporter: Marcelo Vanzin
            Priority: Minor


When submitting an app to a kerberos-secured cluster, the OS user and the user running the application may differ. Although it may also happen in cluster mode depending on the cluster manager's configuration, it's more common in client mode.

The UI should show enough information about user running the application to correctly identify the actual user. The "app user" can be easily retrieved via {{Utils.getCurrentUserName()}}, so it's mostly a matter of how to record this information (for showing in replayed applications) and how to present it in the UI.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org