dongjoon-hyun opened a new pull request #24481: [WIP][SPARK-27467][BUILD] Upgrade Maven to 3.6.1 URL: https://github.com/apache/spark/pull/24481 This is for testing AppVoyer issue on Maven 3.6.1 which is reported by @HyukjinKwon today. According to the log, it downloads the correct maven 3.6.1. ``` .\dev\appveyor-install-dependencies.ps1 8Downloading maven.zip (9,181,276 bytes)...100% ``` (the following is the original binary) ``` $ ls -al apache-maven-3.6.1-bin.zip -rw-r--r--@ 1 dongjoon staff 9181276 Apr 27 21:08 apache-maven-3.6.1-bin.zip ``` And, it seems to fail immediately at the following. ``` mvn -DskipTests -Psparkr -Phive package [INFO] Scanning for projects... ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
