Uh oh!
There was an error while loading. Please reload this page.
[MINOR][DOC] Update the building doc to use Maven 3.5.4 and Java 8 only - #22781
[MINOR][DOC] Update the building doc to use Maven 3.5.4 and Java 8 only#22781dongjoon-hyun wants to merge 2 commits into
Conversation
| 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.
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.
let's change to the expected maven version, thanks!
SparkQA
commented
Oct 20, 2018
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.
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.
SparkQA
commented
Oct 20, 2018
Test build #97639 has finished for PR 22781 at commit
|
dongjoon-hyun
commented
Oct 20, 2018
Thank you for review, @HyukjinKwon , @cloud-fan , @felixcheung . |
dongjoon-hyun
commented
Oct 20, 2018
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit fc9ba9d) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
## 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.) Closesapache#22781 from dongjoon-hyun/SPARK-JDK-DOC. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.)