Samrat Deb created YARN-11163: --------------------------------- Summary: Can not display hadoop-st.png when using reverse proxy Key: YARN-11163 URL: https://issues.apache.org/jira/browse/YARN-11163 Project: Hadoop YARN Issue Type: Bug Components: yarn-ui-v2 Reporter: Samrat Deb
using reverse proxy and applying APPLICATION_WEB_PROXY_BASE to change the base path, it can not find the hadoop-st.png. (file: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/HeaderBlock.java) Issues: 1. Cannot display the image when you apply APPLICATION_WEB_PROXY_BASE=base_path/. The image path in the code is absolute path that leads to issue. 2. This should be converted to relative path /base_path/static/hadoop-st.png. -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org