Browse Source

AMBARI-3686. NameNode HA wizard (Configure Components step): Task "Reconfigure HDFS" always fail, and user cannot proceed to next step (alexantonenko)

Alex Antonenko 11 years ago
parent
commit
d2c7433649

+ 1 - 1
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});
       }
     }
   },