Description
When on spark UI port 4040 jobs or stages tab, the href links for the individual jobs or stages are missing a '/' before the '?id' this causes a redirect to the address with a '/' which is breaking the use of a reverse proxy
localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2
localhost:4040/stages/stage?id=3&attempt=0 --> localhost:4040/stages/stage/?id=3&attempt=0
Updated with Pull Request --> https://github.com/apache/spark/pull/21600
Attachments
Issue Links
- is related to
-
SPARK-47434 Streaming Statistics link redirect causing 302 error
- Resolved
- links to