I am trying to setup an environment for apache-spark and found out it is incompatible to Java9. (Well I regret for not finding out this earlier.).I am not able to make spark work or java9 uninstalled.
I tried both approaches here and here
None of these are yielding any results.
If I run 'java --version
' in my terminal following is the output:
java 9.0.4
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
My issue now is to uninstall Java9, reinstall Java8 and the reconfigure spark.
Any leads/help on this to this?