YARN-7674. Update Timeline Reader web app address in UI2. Contributed by Sunil G.
This commit is contained in:
parent
a78db99190
commit
13ad7479b0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue