Jelajahi Sumber

AMBARI-4877. Command "sudo su -l hdfs -c 'hdfs zkfc -formatZK'" has failed during enabling HA. (jaimin)

Jaimin Jetly 11 tahun lalu
induk
melakukan
450022aeee
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      ambari-web/app/controllers/wizard/step5_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step5_controller.js

@@ -172,7 +172,7 @@ App.WizardStep5Controller = Em.Controller.extend({
       var componentInfo = masterComponents.filterProperty('service_name', services[index]);
 
       componentInfo.forEach(function (_componentInfo) {
-        if (this.get('multipleComponents').contains(_componentInfo.component_name)) {
+        if (_componentInfo.component_name == 'ZOOKEEPER_SERVER' || _componentInfo.component_name == 'HBASE_MASTER') {
           var savedComponents = masterHosts.filterProperty('component', _componentInfo.component_name);
           if (savedComponents.length) {