Re: Visualizing topologies

2017-03-01 Thread Ken Krugler
Hi Greg, The use case is to create a visualization of the topology. So I don’t think there’s any reason to “act on the dot file from within the user program” Regards, — Ken > On Feb 24, 2017, at 7:51am, Greg Hogan wrote: > > Ken and Fabian, > > Is the use case to generate and act on the do

Re: Visualizing topologies

2017-02-24 Thread Greg Hogan
Ken and Fabian, Is the use case to generate and act on the dot file from within the user program? Would it be more maintainable to make the plan JSON more accessible (through the CLI and web interface) which users could then pipe through a converter script? Greg On Fri, Feb 24, 2017 at 4:55 AM,

Re: Visualizing topologies

2017-02-24 Thread Fabian Hueske
Hi Ken, I think this would be an interesting feature! I'd suggest to open a JIRA for it. When extending the API of core classes such as ExecutionEnvironment, there is often some discussion whether the feature is important enough or whether it should be rather added to some external util class (wh

Re: Visualizing topologies

2017-02-23 Thread Ken Krugler
Hi Ufuk, > On Feb 22, 2017, at 2:18am, Ufuk Celebi wrote: > > Hey Ken! > > This looks really good. +1 to make this available publicly. > > We can link it from the Flink website and the viz tool Pat linked to. > The vizualizer has currently some open issues, it is not up to date > with the one

Re: Visualizing topologies

2017-02-23 Thread Ken Krugler
Hi Pat, > On Feb 21, 2017, at 6:01pm, Pattarawat Chormai wrote: > > Hi Ken, > > Maybe you can look into this one : http://flink.apache.org/visualizer/. Thanks, that’s interesting and convenient. Though I’d probably keep using OmniGraffle with a dot file as that gives me the ability to edit/a

Re: Visualizing topologies

2017-02-22 Thread Ufuk Celebi
Hey Ken! This looks really good. +1 to make this available publicly. We can link it from the Flink website and the viz tool Pat linked to. The vizualizer has currently some open issues, it is not up to date with the one that is part of the Flink web UI. – Ufuk On Wed, Feb 22, 2017 at 3:01 AM,

Re: Visualizing topologies

2017-02-21 Thread Pattarawat Chormai
Hi Ken, Maybe you can look into this one : http://flink.apache.org/visualizer/. - Pat > On Feb 21, 2017, at 11:59 PM, Ken Krugler wrote: > > Hi list, > > I poked around a bit and didn’t see a way to easily visualize workflows in > the same way I was used to with Cascading (generate a blah.do

Visualizing topologies

2017-02-21 Thread Ken Krugler
Hi list, I poked around a bit and didn’t see a way to easily visualize workflows in the same way I was used to with Cascading (generate a blah.dot file, open with OminGraffle or other graph tools) So I wrote a bit of code that takes the JSON output from StreamExecutionEnvironment#getExecutionP