-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-27467][BUILD] Upgrade Maven to 3.6.1 #24481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ license: | | |
| ## Apache Maven | ||
|
|
||
| The Maven-based build is the build of reference for Apache Spark. | ||
| Building Spark using Maven requires Maven 3.6.0 and Java 8. | ||
| Building Spark using Maven requires Maven 3.6.1 and Java 8. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It probably doesn't actually require 3.6.1 over 3.6.0, but this is fine. I think it does require 3.6.x though.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It will throw exception if it's not 3.6.1:
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yea.. so problem is here. I don't know why it makes the build failed in Appveyor |
||
| Spark requires Scala 2.12; support for Scala 2.11 was removed in Spark 3.0.0. | ||
|
|
||
| ### Setting up Maven's Memory Usage | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the AppVoyer failure.