Repository: ambari Updated Branches: refs/heads/branch-2.0.0 f6d04f64e -> 38e73ef22
AMBARI-9935. ambari-web unit test failure on branch-2.0.0 (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/38e73ef2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/38e73ef2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/38e73ef2 Branch: refs/heads/branch-2.0.0 Commit: 38e73ef222335d77c43aa2a2b089bffe6f593fca Parents: f6d04f6 Author: Alex Antonenko <[email protected]> Authored: Wed Mar 4 21:59:14 2015 +0200 Committer: Alex Antonenko <[email protected]> Committed: Wed Mar 4 21:59:14 2015 +0200 ---------------------------------------------------------------------- .../admin/highAvailability/resourceManager/step3_controller.js | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/38e73ef2/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js index d5428d7..18e1d38 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js +++ b/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js @@ -117,12 +117,6 @@ App.RMHighAvailabilityWizardStep3Controller = Em.Controller.extend({ configProperties.findProperty('name', 'yarn.resourcemanager.hostname.rm1').set('value', currentRMHost).set('defaultValue', currentRMHost); configProperties.findProperty('name', 'yarn.resourcemanager.hostname.rm2').set('value', additionalRMHost).set('defaultValue', additionalRMHost); configProperties.findProperty('name', 'yarn.resourcemanager.zk-address').set('value', zooKeeperHostsWithPort).set('defaultValue', zooKeeperHostsWithPort); - - configProperties.findProperty('name', 'yarn.resourcemanager.webapp.address.rm1').set('value', additionalRMHost).set('defaultValue', additionalRMHost); - configProperties.findProperty('name', 'yarn.resourcemanager.webapp.address.rm2').set('value', additionalRMHost).set('defaultValue', additionalRMHost); - configProperties.findProperty('name', 'yarn.resourcemanager.webapp.https.address.rm1').set('value', additionalRMHost).set('defaultValue', additionalRMHost); - configProperties.findProperty('name', 'yarn.resourcemanager.webapp.https.address.rm2').set('value', additionalRMHost).set('defaultValue', additionalRMHost); - }, /**
