Преглед изворни кода

AMBARI-3367: Installing YARN+MRV2 creates "mapred-queue-acls" configuration

Jaimin Jetly пре 12 година
родитељ
комит
437a0410fb
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      ambari-web/app/controllers/wizard/step8_controller.js

+ 0 - 1
ambari-web/app/controllers/wizard/step8_controller.js

@@ -1321,7 +1321,6 @@ App.WizardStep8Controller = Em.Controller.extend({
     }
     }
     if (selectedServices.someProperty('serviceName', 'MAPREDUCE2')) {
     if (selectedServices.someProperty('serviceName', 'MAPREDUCE2')) {
       this.get('serviceConfigTags').pushObject(this.createMrSiteObj());
       this.get('serviceConfigTags').pushObject(this.createMrSiteObj());
-      this.get('serviceConfigTags').pushObject(this.createMapredQueueAcls());
     }
     }
     if (selectedServices.someProperty('serviceName', 'YARN')) {
     if (selectedServices.someProperty('serviceName', 'YARN')) {
       this.get('serviceConfigTags').pushObject(this.createYarnSiteObj());
       this.get('serviceConfigTags').pushObject(this.createYarnSiteObj());