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
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,
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
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
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
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,
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
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