[ 
https://issues.apache.org/jira/browse/SPARK-18551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15705957#comment-15705957
 ] 

Marcelo Vanzin commented on SPARK-18551:
----------------------------------------

bq. it just needs the SHS to be kerberized first

Supporting SPNEGO is actually the easy part here. It's probably just a matter 
of configuring the filter provided in the hadoop-auth package properly.

The main issue is making sure the SHS does proper authorization (since the 
filter just provides authentication), and does proper logging of what's going 
on. I've been playing with the SHS and I already see a bunch of spots where the 
read path is not properly authorized when ACLs are enabled. Allowing those 
kinds of things for a feature that allows data to be destroyed is much worse.

> Add functionality to delete event logs from the History Server UI
> -----------------------------------------------------------------
>
>                 Key: SPARK-18551
>                 URL: https://issues.apache.org/jira/browse/SPARK-18551
>             Project: Spark
>          Issue Type: New Feature
>          Components: Spark Core, Web UI
>            Reporter: Alex Bozarth
>
> Sometimes a Spark user will only have access to a History Server to interact 
> with their (past) applications. But without access to the server they can 
> only delete applications through use of the FS Cleaner feature, which itself 
> can only clean logs older than a set date. 
> I propose adding the ability to delete specific applications via the History 
> Server UI with the default setting to off.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to