소스 검색

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

Jaimin Jetly 11 년 전
부모
커밋
450022aeee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {