YARN-7674. Update Timeline Reader web app address in UI2. Contributed by Sunil G.

(cherry picked from commit 13ad7479b0)
This commit is contained in:
Rohith Sharma K S 2017-12-20 22:26:49 +05:30
parent 2026817a75
commit 7d42433f37
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function getTimeLineURL(rmhost) {
var url = window.location.protocol + '//' + var url = window.location.protocol + '//' +
(ENV.hosts.localBaseAddress? ENV.hosts.localBaseAddress + '/' : '') + rmhost; (ENV.hosts.localBaseAddress? ENV.hosts.localBaseAddress + '/' : '') + rmhost;
url += '/conf?name=yarn.timeline-service.webapp.address'; url += '/conf?name=yarn.timeline-service.reader.webapp.address';
Ember.Logger.log("Get Timeline Address URL: " + url); Ember.Logger.log("Get Timeline Address URL: " + url);
return url; return url;
} }