dongjoon-hyun commented on pull request #28532: URL: https://github.com/apache/spark/pull/28532#issuecomment-628952217
The falling back is happening in this PR's PR Builder like the following, but this PR builder passed. ``` ======================================================================== Running Apache RAT checks ======================================================================== Attempting to fetch rat RAT checks passed. ======================================================================== Running build tests ======================================================================== exec: curl --silent --show-error -L https://downloads.lightbend.com/zinc/0.3.15/zinc-0.3.15.tgz exec: curl --silent --show-error -L https://downloads.lightbend.com/scala/2.12.10/scala-2.12.10.tgz exec: curl --silent --show-error -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Performing Maven install for hadoop-2.7-hive-1.2 Falling back to archive.apache.org to download Maven Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Performing Maven validate for hadoop-2.7-hive-1.2 Falling back to archive.apache.org to download Maven Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Generating dependency manifest for hadoop-2.7-hive-1.2 Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Performing Maven install for hadoop-2.7-hive-2.3 Falling back to archive.apache.org to download Maven Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Performing Maven validate for hadoop-2.7-hive-2.3 Falling back to archive.apache.org to download Maven Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Generating dependency manifest for hadoop-2.7-hive-2.3 Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Performing Maven install for hadoop-3.2-hive-2.3 Falling back to archive.apache.org to download Maven Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Performing Maven validate for hadoop-3.2-hive-2.3 Falling back to archive.apache.org to download Maven Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Generating dependency manifest for hadoop-3.2-hive-2.3 Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.6.3/bin/mvn ======================================================================== Building Spark ======================================================================== ... ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
