sahara-image-elements/elements/spark
Daniele Venzano e278eb97ef Deprecate Spark 0.x and 1.0.x images
This change request adds deprecation warnings when generating
images containing Spark versions that have been deprecated in the
Sahara Spark plugin.
The idea is also to deprecate all Spark versions that depend on
the hadoop-cdh element, so that it can be removed later on.

Change-Id: Iefed31c8f22a40eb4e3eed835d7bb10f4fa20750
Implements: blueprint deprecate-spark-100
2015-07-17 09:28:26 +00:00
..
install.d Use Cloudera element for Spark HDFS 2015-07-10 14:12:37 +00:00
post-install.d fixing minor error in spark post-install script 2015-06-23 18:35:15 -04:00
root.d Deprecate Spark 0.x and 1.0.x images 2015-07-17 09:28:26 +00:00
README.rst Use Cloudera element for Spark HDFS 2015-07-10 14:12:37 +00:00
element-deps Use Cloudera element for Spark HDFS 2015-07-10 14:12:37 +00:00
package-installs.yaml Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00

README.rst

spark

Installs Spark on Ubuntu. Requires Hadoop (currently from CDH distribution).

This element will install Spark into an Ubuntu image. It tries to guess the correct file to download based on the DIB_SPARK_VERSION and DIB_CDH_VERSION variables, but this behaviour can be overridden by using SPARK_DOWNLOAD_URL to specify a download URL for a pre-built Spark tar.gz file. See http://spark.apache.org/downloads.html for more download options.

Versions

This element is able to generate images containing any valid Spark version, compiled against one version of Hadoop HDFS libraries.

Only some combinations of Spark and Hadoop versions are possible, depending on the availability of a pre-compiled binary and only few of them are tested with the Sahara Spark plugin.

The diskimage-create.sh script will use tested defaults. Those defaults generate an image supported by the Sahara Spark plugin. Other combinations should be used only for evaluation or testing purposes. Refer to the Sahara Spark plugin wiki page (https://wiki.openstack.org/wiki/Sahara/SparkPlugin) for more information about tested and supported versions.

Environment Variables

DIB_SPARK_VERSION
Required

Yes, if SPARK_DOWNLOAD_URL is not set.

Description

Version of the Spark package to download.

Exmaple

DIB_SPARK_VERSION=1.3.1

DIB_CDH_VERSION
Required

Yes, if SPARK_DOWNLOAD_URL is not set.

Description

Version of the CDH platform to use for Hadoop compatibility. CDH version 5.3 is known to work well.

Example

DIB_CDH_VERSION=5.3

SPARK_DOWNLOAD_URL
Required

No, if set overrides DIB_CDH_VERSION and DIB_SPARK_VERSION

Description

Download URL of a tgz Spark package to override the automatic selection from the Apache repositories.