浏览代码

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')) {
       this.get('serviceConfigTags').pushObject(this.createMrSiteObj());
-      this.get('serviceConfigTags').pushObject(this.createMapredQueueAcls());
     }
     if (selectedServices.someProperty('serviceName', 'YARN')) {
       this.get('serviceConfigTags').pushObject(this.createYarnSiteObj());