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
|
||||
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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -62,7 +62,7 @@ public class AppController extends Controller implements AMParams {
|
|||
set(APP_ID, app.context.getApplicationID().toString());
|
||||
set(RM_WEB,
|
||||
JOINER.join(MRWebAppUtil.getYARNWebappScheme(),
|
||||
WebAppUtils.getResolvedRMWebAppURLWithoutScheme(conf,
|
||||
WebAppUtils.getResolvedRemoteRMWebAppURLWithoutScheme(conf,
|
||||
MRWebAppUtil.getYARNHttpPolicy())));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue