GitHub user mgaido91 opened a pull request:
https://github.com/apache/spark/pull/20891
[SPARK-23782][CORE][UI] SHS should list only applications with read
permissions
## What changes were proposed in this pull request?
Before the PR, all applications were returned to all users.
The PR, instead, changes the behavior, so that, If an authentication method
is specified, the remote user is used to check the read permissions of the
applications and only the applications the user can read are returned.
## How was this patch tested?
added UT
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgaido91/spark SPARK-23782
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20891.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 #20891
----
commit bc879455d8c7057a181989461cae19e60c82966d
Author: Marco Gaido <marcogaido91@...>
Date: 2018-03-21T16:26:35Z
[SPARK-23782][CORE][UI] SHS should list only applications with read
permissions
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]