Skip to content
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

Is the Spark Java framework compatible with Java 17 #1275

Open
ajayaviyyapu opened this issue Apr 14, 2023 · 4 comments
Open

Is the Spark Java framework compatible with Java 17 #1275

ajayaviyyapu opened this issue Apr 14, 2023 · 4 comments

Comments

@ajayaviyyapu
Copy link

It's always mentioned that this framework is for Java 8. Can anyone confirm that this framework is forward compatible? Can we use the older versions of this framework for Java 17? Or do we need use the latest version of the framework for Java 17? Is there any Java compatibility matrix for this framework versions? Please help me with the link if we have such thing.

https://stackoverflow.com/questions/76012926/is-the-spark-java-framework-compatible-with-java-17

@lepe
Copy link

lepe commented May 16, 2023

I'm using this library with Java 11 and Java 17 without any issues (although the library was compiled with Java 8).
You just need to use the compiled library (from maven repository).

Also if you are interested in a Java 17 version of this project, take a look at: https://github.com/nmondal/spark-11

@SoltauFintel
Copy link

I use the latest Spark version with Temurin Java 17.

@lepe
Copy link

lepe commented Jun 29, 2023

I have released 2.9.4-unofficial-5 in my fork which is using Java 11 (it can be used with any 11+ version).

@nmondal
Copy link

nmondal commented Feb 15, 2024

For a Java 17 version it is released now : https://mvnrepository.com/artifact/org.zoomba-lang/spark-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants