You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/06/05 20:00:47 UTC

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

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/28e20a16
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/28e20a16
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/28e20a16

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 28e20a16879a6db4b48107738891d714cd2217b9
Parents: 4283211
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:56:38 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/28e20a16/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>'
         }
       }