MAPREDUCE-6359. In RM HA setup, Cluster tab links populated with AM hostname instead of RM. Contributed by zhaoyunjiong.
(cherry picked from commit df36ad0a08
)
This commit is contained in:
parent
300d36cee7
commit
39c188449e
|
@ -147,6 +147,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
MAPREDUCE-4750. Enable NNBenchWithoutMR in MapredTestDriver (Liang Xie
|
MAPREDUCE-4750. Enable NNBenchWithoutMR in MapredTestDriver (Liang Xie
|
||||||
and Jason Lowe via raviprak)
|
and Jason Lowe via raviprak)
|
||||||
|
|
||||||
|
MAPREDUCE-6359. In RM HA setup, "Cluster" tab links populated with AM
|
||||||
|
hostname instead of RM. (zhaoyunjiong via junping_du)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -62,7 +62,7 @@ public class AppController extends Controller implements AMParams {
|
||||||
set(APP_ID, app.context.getApplicationID().toString());
|
set(APP_ID, app.context.getApplicationID().toString());
|
||||||
set(RM_WEB,
|
set(RM_WEB,
|
||||||
JOINER.join(MRWebAppUtil.getYARNWebappScheme(),
|
JOINER.join(MRWebAppUtil.getYARNWebappScheme(),
|
||||||
WebAppUtils.getResolvedRMWebAppURLWithoutScheme(conf,
|
WebAppUtils.getResolvedRemoteRMWebAppURLWithoutScheme(conf,
|
||||||
MRWebAppUtil.getYARNHttpPolicy())));
|
MRWebAppUtil.getYARNHttpPolicy())));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue