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

Yarn should detect and fail fast on duplicate resources in container request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • yarn
    • None

    Description

      In some cases, Yarn gets duplicate copies of resources in resource-list.
      In this case, you end up with a resource list which contains two copies of resource JAR, with the timestamps of the two separate uploads —only one of which (the later one) is correct. At download time, the NM goes through the list and fails the download when it gets to the one with the older timestamp.

      We need some utility class to do a scan & check could be used by the NM at download time (so fail with meaningful errors), and the yarn client could perhaps do the check before launch.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yeshavora Yesha Vora
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: