You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2017/06/02 17:41:25 UTC

ambari git commit: AMBARI-21156. Yarn service check failure after moving resource manager to a different host - on wire encrypted cluster (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 b2e21aba4 -> 78af85f3f


AMBARI-21156. Yarn service check failure after moving resource manager to a different host - on wire encrypted cluster (akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/78af85f3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/78af85f3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/78af85f3

Branch: refs/heads/branch-2.5
Commit: 78af85f3f90d68d26aacb9167b682230cda77870
Parents: b2e21aba
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Wed May 31 14:13:28 2017 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Fri Jun 2 20:40:41 2017 +0300

----------------------------------------------------------------------
 .../app/controllers/main/service/reassign/step3_controller.js       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/78af85f3/ambari-web/app/controllers/main/service/reassign/step3_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/reassign/step3_controller.js b/ambari-web/app/controllers/main/service/reassign/step3_controller.js
index d4edb1e..c44c4f3 100644
--- a/ambari-web/app/controllers/main/service/reassign/step3_controller.js
+++ b/ambari-web/app/controllers/main/service/reassign/step3_controller.js
@@ -58,6 +58,7 @@ App.ReassignMasterWizardStep3Controller = Em.Controller.extend({
           'yarn.resourcemanager.resource-tracker.address': '<replace-value>:8025',
           'yarn.resourcemanager.scheduler.address': '<replace-value>:8030',
           'yarn.resourcemanager.webapp.address': '<replace-value>:8088',
+          'yarn.resourcemanager.webapp.https.address': '<replace-value>:8090',
           'yarn.resourcemanager.hostname': '<replace-value>'
         }
       }