Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-8922

Fix test-container-executor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0
    • 3.3.0
    • test
    • None

    Description

      YARN-8448 attempted to fix the test-container-executor C test to be able to run as root. The test claims that it should be possible to run as root; in fact, there are some tests that only run if you use root.

      One of the fixes was to change the permissions of the test's config dir to 0777 from 0755. The problem was that the directory was owned by root, but then other users would need to write files/directories under it, which would fail with 0755. YARN-8448 fixed this by making it 0777. However, this breaks running cetest because it expects the directory to be 0755, and it's run afterwards.

      The proper fix for all this is to leave the directory at 0755, but to make sure it's owned by the "nodemanager" user. Confusingly, in test-container-executor, that appears to be the username and not the yarn_username (i.e. username is the user running the NM while yarn_username is just some user running a Yarn app).

      Attachments

        1. YARN-8922.001.patch
          2 kB
          Robert Kanter
        2. YARN-8922.002.patch
          3 kB
          Robert Kanter

        Issue Links

          Activity

            People

              rkanter Robert Kanter
              rkanter Robert Kanter
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: