-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.0
-
Fix Version/s: 2.8.0, 3.0.0-alpha1
-
Component/s: None
-
Labels:
-
Hadoop Flags:Reviewed
When a job is running, Job#getTrackingURL returns a proper URL like:
http://<RM_IP>:8088/proxy/application_1424910897258_0004/
Once a job is finished and the job has moved to the JHS, then Job#getTrackingURL returns a URL without the protocol like:
<JHS_IP>:19888/jobhistory/job/job_1424910897258_0004