Skip to content

Create Graphviz dot files from Oozie configuration files for dataset and coordinator definitions.

Notifications You must be signed in to change notification settings

Hachmaninow/oozie-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This Python script realizes a very simple approach for generating a Graphviz graph (dot format) for visualization of coordinator/workflow and dataset dependencies. The output is created by scanning the local filesystem for oozie-dataset and -coordinator definitions.

python3 oozie-viz-graph.py <comma-separated-list-of-dataset-folders> <comma-separated-list-of-coordinator-folders>

Output will be printed the stdout. Redirect this to a file of your choice and run Graphviz's dot command to create an SVG file (or similar):

dot -Tsvg <dotfile> > oozie-deps.svg

About

Create Graphviz dot files from Oozie configuration files for dataset and coordinator definitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages