-
Notifications
You must be signed in to change notification settings - Fork 29k
[MINOR][DOC] Update the building doc to use Maven 3.5.4 and Java 8 only #22781
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
Conversation
docs/building-spark.md
Outdated
|
|
||
| The Maven-based build is the build of reference for Apache Spark. | ||
| Building Spark using Maven requires Maven 3.3.9 or newer and Java 8+. | ||
| Building Spark using Maven requires Maven 3.3.9 or newer and Java 8. |
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.
Ur, @kiszk and @cloud-fan , @HyukjinKwon .
It seems to be Maven version is also outdated. We updated Maven version in #21905 and #21920 .
Should we change it together? Or, Maven 3.3.9 is still valid to building Spark?
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.
let's change to the expected maven version, thanks!
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.
+1
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.
Thank you, @cloud-fan and @HyukjinKwon .
|
Test build #97637 has finished for PR 22781 at commit
|
Java 8+|
|
||
| The Maven-based build is the build of reference for Apache Spark. | ||
| Building Spark using Maven requires Maven 3.3.9 or newer and Java 8+. | ||
| Building Spark using Maven requires Maven 3.5.4 and Java 8. |
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.
Maven 3.5.4 is the latest one and there is no newer version for now. We cannot guarantee the newer Maven work or not.
|
Test build #97639 has finished for PR 22781 at commit
|
|
Thank you for review, @HyukjinKwon , @cloud-fan , @felixcheung . |
|
Merged to master/branch-2.4. |
## What changes were proposed in this pull request? Since we didn't test Java 9 ~ 11 up to now in the community, fix the document to describe Java 8 only. ## How was this patch tested? N/A (This is a document only change.) Closes #22781 from dongjoon-hyun/SPARK-JDK-DOC. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit fc9ba9d) Signed-off-by: Dongjoon Hyun <[email protected]>
## What changes were proposed in this pull request? Since we didn't test Java 9 ~ 11 up to now in the community, fix the document to describe Java 8 only. ## How was this patch tested? N/A (This is a document only change.) Closes apache#22781 from dongjoon-hyun/SPARK-JDK-DOC. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
Since we didn't test Java 9 ~ 11 up to now in the community, fix the document to describe Java 8 only.
How was this patch tested?
N/A (This is a document only change.)