Updated Branches: refs/heads/trunk 3664d43ec -> ac89d969b
AMBARI-3686. NameNode HA wizard (Configure Components step): Task "Reconfigure HDFS" always fail, and user cannot proceed to next step (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/d2c74336 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/d2c74336 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/d2c74336 Branch: refs/heads/trunk Commit: d2c74336492f2d3acd7aacf0dfba32239f749f0a Parents: 3664d43 Author: Alex Antonenko <[email protected]> Authored: Mon Nov 4 23:10:28 2013 +0200 Committer: Alex Antonenko <[email protected]> Committed: Tue Nov 5 17:11:38 2013 +0200 ---------------------------------------------------------------------- .../controllers/main/admin/highAvailability/progress_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/d2c74336/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js index 032f5f0..082c03a 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js +++ b/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js @@ -269,7 +269,7 @@ App.HighAvailabilityProgressPageController = App.HighAvailabilityWizardControlle }); } else { // Simulates format returned from ajax.send - this.onCreateComponent(null, null, {hostName: componentName, componentName: hostName[i], taskNum: hostName.length}); + this.onCreateComponent(null, null, {hostName: hostName[i], componentName: componentName, taskNum: hostName.length}); } } },
