Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9444

Invalid URL to get postgresql from central.maven.org

    XMLWordPrintableJSON

Details

    Description

      central.maven.org has been shut down:

      https://central.sonatype.org/articles/2019/Jul/15/central-http-deprecation-update/

      This URL is now invalid and can fail:

      https://github.com/apache/impala/blob/master/bin/create-test-configuration.sh#L246

        # IMPALA-8261: Running this script should not fail when FE has not been built.    
        MAVEN_URL="http://central.maven.org/maven2/org/postgresql/postgresql"
        JDBC_JAR="postgresql-${IMPALA_POSTGRES_JDBC_DRIVER_VERSION}.jar"
        wget -P "${RANGER_SERVER_LIB_DIR}" \
          "${MAVEN_URL}/${IMPALA_POSTGRES_JDBC_DRIVER_VERSION}/${JDBC_JAR}"

      This should be updated to use https://repo.maven.apache.org/ or https://repo1.maven.org/

       

      Attachments

        Activity

          People

            joemcdonnell Joe McDonnell
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: