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

This commit is contained in:
Rohith Sharma K S 2017-12-20 22:26:49 +05:30
parent a78db99190
commit 13ad7479b0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function getTimeLineURL(rmhost) {
var url = window.location.protocol + '//' +
(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);
return url;
}