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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org