فهرست منبع

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

Alex Antonenko 11 سال پیش
والد
کامیت
d2c7433649
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js

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