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:
parent
b753e477fe
commit
8bb52c4067
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user