I have a cluster setup using cdh5.9.0. The default Spark service package which cloudera ships is 1.6.0. I need to upgrade the same to 1.6.3 due to the distributed cache issue which was resolved in the following git commit: https://github.com/RicoGit/spark/commit/e5f1d9c8f9c94615322aaf7508e753307f553d53
If I could know the neat ways to upgrade the spark service deployed on cloudera. Also, in extension to this, how to upgrade to Spark 2.0 as well for the same cluster.
Thank you.