Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-5730

Space Error in container-executor.cfg

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.6.0
    • ambari-agent
    • None

    Description

      There is a space between "banned.user" and "=" which make configuration here is ignored by container-executor, so some default banned users works to include hdfs. Space should be deleted between "banned.user" and "="

      yarn.nodemanager.local-dirs=/grid/0/hadoop/yarn/local,/grid/1/hadoop/yarn/local
      yarn.nodemanager.log-dirs=/grid/0/hadoop/yarn/log,/grid/1/hadoop/yarn/log
      yarn.nodemanager.linux-container-executor.group=hadoop
      banned.users = hdfs,yarn,mapred,bin
      min.user.id=1000
      

      It should be

      banned.users=hdfs,yarn,mapred,bin
      

      Attachments

        1. AMBARI-5730.patch
          2 kB
          Vitaly Brodetskyi

        Issue Links

          Activity

            People

              vbrodetskyi Vitaly Brodetskyi
              vbrodetskyi Vitaly Brodetskyi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: