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

make build is broken for java 10 #161

Open
carlosms opened this issue Oct 4, 2018 · 2 comments
Open

make build is broken for java 10 #161

carlosms opened this issue Oct 4, 2018 · 2 comments
Labels

Comments

@carlosms
Copy link
Contributor

carlosms commented Oct 4, 2018

This line in sbt does not work when the major version is 2 digits (e.g. 10).

gemini/sbt

Line 195 in d111064

echo "${version:2:1}"

@carlosms carlosms added the bug label Oct 4, 2018
@carlosms
Copy link
Contributor Author

carlosms commented Oct 4, 2018

fixed for newer versions of the sbt script:
https://github.com/paulp/sbt-extras

@smola
Copy link

smola commented Oct 4, 2018

AFAIK Apache Spark does not work with Java 10 anyway, so this is likely to require upgrade to Apache Spark 2.4.0 and Scala 2.12.

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

No branches or pull requests

2 participants