slippinj.generator package¶
Submodules¶
slippinj.generator.hive_templates module¶
-
class
slippinj.generator.hive_templates.
HiveTemplatesRender
(self_, *args, **kwargs)[source]¶ Bases:
slippinj.generator.wf_templates.WfTemplatesRender
Process templates to generate custom Hive scripts
slippinj.generator.templates_lib module¶
slippinj.generator.wf_templates module¶
-
class
slippinj.generator.wf_templates.
WfTemplatesRender
(self_, *args, **kwargs)[source]¶ Bases:
object
Proccess the templates to generate a whole Oozie Workflow using Jinja2 syntax
-
render_workflow_folder
(base_directory, template_dir, output_folder, template_vars)[source]¶ From the given template render all the files found inside and recreate the structure into output directory :param base_directory: string :param template_dir: string :param output_folder: string :param template_vars: dict
-