I have a spark project written I java 8 that I want to deploy on ec2. I've run into the following problem:
Unsupported major.minor version 52.0
This can be fixed by turning the project to java 7. But to do so I need to fix a lot of things.
Is there any way to make spark use java 8 ? (I have java-8 installed on all the machines in the cluster)
Thanks !