-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[ZEPPELIN-6090] Drop JDK8 from CI #4875
Conversation
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.
LGTM. Let's wait for CI
.github/workflows/core.yml
Outdated
run: | | ||
./mvnw install -DskipTests -pl livy -am ${MAVEN_ARGS} | ||
./testing/downloadSpark.sh "2.4.8" "2.7" | ||
./testing/downloadLivy.sh "0.8.0-incubating" "2.11" |
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.
Livy 0.8 also provides 2.12 binary, which should work with Spark 3 and may support Java 11, though I haven't tested.
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.
I'll give it a try.Reamer@e6f0067
@Reamer Livy 0.8 seems tested with Spark 3.2.3 |
I am currently testing with Spark version 3.5 and the tests are running except for one.
|
I tested Livy 0.8.0 with Spark 3.2.4, using JDK 11, saw another failure, and have no idea ...
|
- python: 3.7 | ||
java: 8 | ||
- python: 3.8 | ||
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.
this silently drops test for Python 3.7 and 3.8, if this is intended, please at least mention that in PR title/desc
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.
The description has been adjusted.
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.
... also drops python 3.8 & 3.9
typo? should be 3.7 & 3.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.
Definitely, thank you for your close look.
Adjusted.
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.
LGTM, except the python version typo in desc
### What is this PR for? This pull request removes the test with JDK 8. I have kept the JDK matrix to make it easier to switch to the next JDK later. This pull request also drops python 3.7 & 3.8 tests for the `python`,`rlang` and `zeppelin-jupyter` interpreter. Please note that current python 3.7 and 3.8 are end of life. https://devguide.python.org/versions/ ### What type of PR is it? Improvement ### What is the Jira issue? - https://issues.apache.org/jira/browse/ZEPPELIN-6090 ### How should this be tested? * CI ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4875 from Reamer/jdk11_github. Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com> (cherry picked from commit b9860b6) Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
What is this PR for?
This pull request removes the test with JDK 8. I have kept the JDK matrix to make it easier to switch to the next JDK later.
This pull request also drops python 3.7 & 3.8 tests for the
python
,rlang
andzeppelin-jupyter
interpreter. Please note that current python 3.7 and 3.8 are end of life. https://devguide.python.org/versions/What type of PR is it?
Improvement
What is the Jira issue?
How should this be tested?
Questions: