Files
sahara-image-elements/elements/spark
Pino Toscano de6df8b33f spark: small syntax hiccup in the vars check
Add a space before ending ], otherwise it will produce the error:
  [...]/root.d/0-check-spark: line 2: [: missing `]'

Change-Id: I178dff2d66310056bce05747094c8b912d575b19
2015-03-09 10:46:25 +01:00
..
2014-10-14 12:49:42 +04:00
2014-02-06 11:48:54 +01:00
2014-05-05 08:52:36 +02:00

Installs Spark on Ubuntu. Requires Hadoop CDH 4 (hadoop-cdh element).

It will install a version of Spark known to be compatible with CDH 4 This behaviour can be controlled also by using 'DIB_SPARK_VERSION' or directly with 'SPARK_DOWNLOAD_URL'

If you set 'SPARK_CUSTOM_DISTRO' to 1, you can point the 'SPARK_DOWNLOAD_URL' variable to a custom Spark distribution created with the make-distribution.sh script included in Spark.