Marco Gaido created SPARK-24948:
-----------------------------------

             Summary: SHS filters wrongly some applications due to permission 
check
                 Key: SPARK-24948
                 URL: https://issues.apache.org/jira/browse/SPARK-24948
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 2.3.1
            Reporter: Marco Gaido


SHS filters the event logs it doesn't have permissions to read. Unfortunately, 
this check is quite naive, as it takes into account only the base permissions 
(ie. user, group, other permissions). For instance, if ACL are enabled, they 
are ignored in this check; moreover, each filesystem may have different 
policies (eg. they can consider spark as a superuser who can access everything).

This results in some applications not being displayed in the SHS, despite the 
Spark user (or whatever user the SHS is started with) can actually read their 
ent logs.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to