Can I have multiple spark versions installed in CDH?

后端 未结 2 364
走了就别回头了
走了就别回头了 2021-01-14 08:32

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

2条回答
  •  死守一世寂寞
    2021-01-14 09:26

    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
    

提交回复
热议问题