Tao Wang created FLINK-5825:
-------------------------------
Summary: In yarn mode, a small pic can not be loaded
Key: FLINK-5825
URL:
https://issues.apache.org/jira/browse/FLINK-5825 Project: Flink
Issue Type: Bug
Components: Webfrontend, YARN
Reporter: Tao Wang
Priority: Minor
In yarn mode, the web frontend url is accessed from yarn in format like "
http://spark-91-206:8088/proxy/application_1487122678902_0015/", and the running job page's url is "
http://spark-91-206:8088/proxy/application_1487122678902_0015/#/jobs/9440a129ea5899c16e7c1a7e8f2897b3".
One .png file called "horizontal.png", which is very small can not be loaded in that mode, because in "index.styl" it is cited as absolute path.
We should make the path relative.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)