From 8bb52c406781f9efa5ca463f7142f59659eed9b9 Mon Sep 17 00:00:00 2001 From: Daniele Venzano Date: Mon, 26 May 2014 19:02:59 +0200 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 08a4e7a..72f6543 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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