Jonathan Eagles created TEZ-3249:
------------------------------------
Summary: Tez UI fallback loader address is incorrect if finished
jobs vertex if status is RUNNING
Key: TEZ-3249
URL: https://issues.apache.org/jira/browse/TEZ-3249
Project: Apache Tez
Issue Type: Bug
Components: UI
Reporter: Jonathan Eagles
Finished job died leaving vertex status in RUNNING. When loading vertex page
from UI, first it tries loading vertexProgress through am proxy, then it tries
loading vertexProgress from strange address
http://rmhost:8088/proxy/application_123456_123456/ws/v1/tez/vertexProgress?dagID=1&vertexID=14&_=1462904900117
http://timelinehost:8088/applicationhistory/app/application_123456_123456/ws/v1/tez/vertexProgress?dagID=1&vertexID=14&_=1462904900117
Page fails to render since the above page actually renders html and not xml
data since it is not part of the REST API services.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)