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