deb-sahara/sahara/service/edp/oozie/__init__.py
Trevor McKay 9198e31187 Refactor the job manager to allow multiple execution engines
This change creates an abstract base class that defines three
simple operations on jobs -- run, check status, and cancel. The
existing Oozie implementation becomes one implementation of this
class, and a stub for Spark clusters has been added.

The EDP job engine will be chosen based on information in the
cluster object.

Implements: blueprint edp-refactor-job-manager

Change-Id: I725688b0071b2c2a133cd167ae934f59e488c734
2014-07-09 10:18:29 -04:00

0 lines
Python