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

maven autodownload failing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.7, 3.0.2, 3.1.1, 3.2.0
    • 3.0.3, 3.1.2, 3.2.0
    • Build
    • None

    Description

      I attempted to build a fresh clone of Spark using mvn (on two different networks) and got this error:

      exec: curl --silent --show-error -L https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
      tar: Unrecognized archive format
      tar: Error exit delayed from previous errors.
      Using `mvn` from path: /tmp/testmvn/spark-mvn-download/build/apache-maven-3.6.3/bin/mvn
      build/mvn: line 126: /tmp/testmvn/spark-mvn-download/build/apache-maven-3.6.3/bin/mvn: No such file or directory
      

      if I change the mirror as below, the issue goes away:

      -    local APACHE_MIRROR=${APACHE_MIRROR:-'https://www.apache.org/dyn/closer.lua?action=download&filename='}
      +    local APACHE_MIRROR=${APACHE_MIRROR:-'https://https://downloads.apache.org'}
      

       

      Attachments

        Activity

          People

            srowen Sean R. Owen
            bersprockets Bruce Robbins
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: