-1

I have spark 1.4.1 version installed and if I do yum install sparkit says latest version installed. How do I upgrade to 2.0? Please help!

Amar Singh
  • 809
  • 1
  • 6
  • 20
  • Possible duplicate of [Installing Apache Spark using yum](http://stackoverflow.com/questions/40711924/installing-apache-spark-using-yum) – mrsrinivas Nov 21 '16 at 04:46

1 Answers1

0
  • Just download Spark 2.0.X
  • Unpack to your preferred directory
  • Update your environment variables (SPARK_HOME)
  • Update any other necessary configuration files with other frameworks (like hadoop, or zeppelin, etc) if you use any.
rtcode
  • 68
  • 9