-
Notifications
You must be signed in to change notification settings - Fork 27
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
sbt build error #11
Comments
@nhat416 Sure, let me check it. |
@rambabu-posa is that corrected? |
@jgperrin Unfortunately I am not able to produce that problem at my end. see below output: Rambabus-MacBook-Pro:net.jgp.books.spark.ch03 ram$ sbt clean assembly |
Found this issue while working through the chapter this morning. The problem was resolved for me by making sure I was using Java 8, not 11, during the build. Although the use of Java 8 is mentioned at the beginning of the book, reiterating its use in the README files for all the labs might be a good idea, as at the end of 2021 and beginning of 2022, a lot of people might be switching between Java versions quite often. |
hi @rambabu-posa I am getting the following error after I cd into the directory and run
sbt clean assembly
:Any help is appreciated thank you.
The text was updated successfully, but these errors were encountered: