This is the documentation for CDH 5.0.x. Documentation for other versions is available at Cloudera Documentation.

Installing and Upgrading Spark

To install or upgrade the Spark packages on a Red-Hat-compatible system:
  Note: Install Cloudera Repository

Before installing Spark, install the Cloudera yum, zypper/YaST or apt repository.

To install or upgrade the Spark packages on an Red-Hat-compatible system:

$ sudo yum install spark-core spark-master spark-worker spark-python

To install or upgrade the Spark packages on a SLES system:

$ sudo zypper install spark-core spark-master spark-worker spark-python

To install or upgrade the Spark packages on an Ubuntu or Debian system:

$ sudo apt-get install spark-core spark-master spark-worker spark-python

You are now ready to configure Spark. See the next section.

Page generated September 3, 2015.