[ https://issues.apache.org/jira/browse/SPARK-34659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated SPARK-34659: ----------------------------------- Labels: pull-request-available (was: ) > Web UI does not correctly get appId > ----------------------------------- > > Key: SPARK-34659 > URL: https://issues.apache.org/jira/browse/SPARK-34659 > Project: Spark > Issue Type: Improvement > Components: Kubernetes, Web UI > Affects Versions: 2.4.7, 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1 > Reporter: Arata Furukawa > Assignee: Gengliang Wang > Priority: Major > Labels: pull-request-available > Fix For: 3.4.0 > > > Web UI does not correctly get appId when it has `proxy` or `history` in URL. > In my case, it happens on > `https://jupyterhub.hosted.us/my-name/proxy/4040/executors/`. > Web developer console says: `jquery-3.4.1.min.js:2 GET > https://jupyterhub.hosted.us/user/my-name/proxy/4040/api/v1/applications/4040/allexecutors > 404`, and it shows blank pages to me. > There is relative issue in jupyterhub > https://github.com/jupyterhub/jupyter-server-proxy/issues/57 > https://github.com/apache/spark/blob/2526fdea481b1777b2c4a2242254b72b5c49d820/core/src/main/resources/org/apache/spark/ui/static/utils.js#L93-L105 > It should not get from document.baseURI. > A request will occur, but performance impacts will be a bit. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org