Skip to content

Conversation

@PACordonnier
Copy link
Member

See: https://issues.apache.org/jira/browse/SPARK-21487

I identified a bug on spark 3, when connecting to the Spark UI through RM proxy, executors tab is not rendered.

if i recall correctly it is fixed in hadoop 3.3, I couldnt find my source so might need a test.

The fix only consists of renaming .html files to .mustache files. HTML files are being filtered by an authentication filter in the YARN RM proxy, changing its behaviour and asking for a new request. Kerberos does not like that and raises an error.

Modifying file extension to .mustaches fixes the issue

@rpignolet rpignolet merged commit c29a661 into branch-3.2.4-fix Oct 31, 2025
@rpignolet rpignolet deleted the branch-3.2.4-fix-2.0 branch October 31, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants