-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Chapter 19: Spark build failure #36
Comments
I was having the same problem. So after a week of trying to build the code getting the same error I started to read more about maven and found this: Long story short, if your are new to all this Maven+Java thing then you probably have not created the With the This is just a problem when you are a newbie ( like me 🤦♂️ ), is common knowledge so is not written in the instructions. |
I'm a newbie, can you show me how... |
I installed Open-jdk-8 then my problem was solved |
Hi, I have been unable to get Maven to build Chapter 19. I am getting the following message with the build error:
The issue appears to be related to the scala plugin. I am running macOS 10.14.4, and have Java 8 and 12 installed (OpenJDK).
I have tried removing the scala-reflect install, did not fix.
rm -R /Users/Joel/.m2/repository/org/scala-lang/scala-reflect/2.10.4
Here is the full trace
The text was updated successfully, but these errors were encountered: