Adrian Paraschiv created SPARK-37725: ----------------------------------------
Summary: Spark master UI behind reverse proxy app storage redirects to master home page Key: SPARK-37725 URL: https://issues.apache.org/jira/browse/SPARK-37725 Project: Spark Issue Type: Bug Components: Web UI Affects Versions: 3.1.1, 3.0.1 Reporter: Adrian Paraschiv 1. Using a Spark v3.1.1 Cluster with haproxy as reverse proxy enabled, web UI is at: http://spark.internal.domain:8080/ 2. Starting an application and enter the application specific web UI (by clicking on the running application name): http://spark.internal.domain:8080/app/?appId=app-20211202144454-0119 3. Click on "Application Detail UI" and you will get redirected to http://sparkm-v3-mlm-op.itn.intraorange/proxy/app-20211202144454-0119/jobs/ (notice the "proxy" in the URL) 4. If you click on any link (e.g. on the "Stages" or "Storage") the Spark master home page UI will be served again, not "stages" not "storage". 5. If you insert the "proxy/app-20211202144454-0119/" and add the stages/ or storage/ in the URL it works. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org