Mona,  

You are welcome!  dot is a graphviz program for generating images from the text 
files containing a graph description.  

http://www.graphviz.org/

When VizOozie generates a workflow.dot file, you don't want to edit that file, 
but only use it for your image generation with the graphviz's dot program and 
then discard it.

For more about VizOozie, see the blog on:

http://info.lucidworks.com/blog/bid/266880/LucidWorks-Big-Data-Oozie-Workflow-With-VizOozie

Thank you,

Ivan Provalov


--- On Thu, 2/7/13, Mona Chitnis <[email protected]> wrote:

> From: Mona Chitnis <[email protected]>
> Subject: Re: Diagram of DAG
> To: "[email protected]" <[email protected]>
> Date: Thursday, February 7, 2013, 5:49 PM
> Hi Ivan,
> 
> Thanks for pointing towards VizOozie. Since I'm unfamiliar
> with 'dot',
> does saving a dot file allow loading it again to edit where
> I left off?
> 
> --
> Mona
> 
> On 2/7/13 2:36 PM, "Ivan Provalov" <[email protected]>
> wrote:
> 
> >Jagat,
> >
> >You may want to try VizOozie, an Oozie visualization
> tool written in
> >python.  It generates a dot file from an Oozie
> workflow.xml.  You can
> >then use graphviz dot to convert it to any format:
> >
> >python vizoozie/vizoozie.py example/workflow.xml
> example/workflow.dot
> >
> >dot -Tpdf example/workflow.dot -o example/workflow.pdf
> >
> >https://github.com/iprovalo/vizoozie
> >
> >Thanks,
> >
> >Ivan
> >
> >
> >
> >
> >
> >
> >
> >
> >========================================
> >
> >Hi,
> >
> >I remember reading somewhere how to draw images like as
> shown on this page
> >from xml. That was within oozie i guess.
> >
> >http://oozie.apache.org/docs/3.3.1/DG_Overview.html
> >
> >Can someone please point me to some link or command to
> execute.
> >
> >Time to document more what i read :)
> >
> >Thanks,
> >
> >Jagat Singh
> 
>

Reply via email to