I\'m using cdh5.1.0, which already has default spark installed. However, I want to use Spark 1.3. Can I also install this version to cdh5.1.0? How is it possible to set thes
Please execute below commands from your console, with sudo access and password....it will update your spark current version to latest version
sudo yum install spark-core spark-master spark-worker spark-history-server spark-python sudo yum install spark-core spark-history-server spark-python