Add Spark plugin to Sahara

Integrate the Spark plugin in Sahara. It adds the capability of
provisioning Spark clusters with (Cloudera) HDFS. The plugin
assumes the use of VM images generated with the Savanna
diskimage-builder and the '-p spark' option.

Implements: blueprint spark-plugin

Wiki: https://wiki.openstack.org/wiki/Sahara/SparkPlugin

This code is running on our Bigfoot research cluster.

Change-Id: Ic105f7de64248bdfb05879ededf35503bc04925b
This commit is contained in:
Daniele Venzano 2014-05-26 19:02:59 +02:00 committed by Andrew Lazarev
parent 9bbf98a95a
commit ac1c92a44b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ sahara.cluster.plugins =
vanilla = sahara.plugins.vanilla.plugin:VanillaProvider
hdp = sahara.plugins.hdp.ambariplugin:AmbariPlugin
fake = sahara.plugins.fake.plugin:FakePluginProvider
spark = sahara.plugins.spark.plugin:SparkProvider
sahara.infrastructure.engine =
direct = sahara.service.direct_engine:DirectEngine