Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-18357

YARN --files/--archives broke

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.1.0
    • 2.1.0, 2.2.0
    • Spark Core, YARN
    • None

    Description

      SPARK-18099 broke --files and --archives options. The check should be ==null instead of !=:

      if (localizedPath != null)

      { + throw new IllegalArgumentException(s"Attempt to add ($file) multiple times" + + " to the distributed cache.") + }

      Attachments

        Issue Links

          Activity

            People

              kishorvpatil Kishor Patil
              tgraves Thomas Graves
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: