Re: 如何获取flink webUI上面的DAG图

2020-10-13 文章 Xiao Xu
plan visualizer 应该是 stream graph, 不是一个图吧

Paul Lam  于2020年10月13日周二 下午9:23写道:

> Hi,
>
> 可以利用 Flink 的 plan visualizer,见[1]
>
> 1.
>
> https://ci.apache.org/projects/flink/flink-docs-stable/dev/execution_plans.html
>
> Best,
> Paul Lam
>
> hailongwang <18868816...@163.com> 于2020年10月12日周一 下午11:38写道:
>
> > Hi,
> > 你是想要自己做一个产品,将图显示在Web上?我们是只拿 DAG 中 json 值,然后前端进行处理的。
> > 希望能帮助到你~
> >
> >
> > Best,
> > Hailong Wang
> > 在 2020-10-12 18:15:36,"丁浩浩" <18579099...@163.com> 写道:
> > >我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?
> >
>


Re: 如何获取flink webUI上面的DAG图

2020-10-13 文章 Paul Lam
Hi,

可以利用 Flink 的 plan visualizer,见[1]

1.
https://ci.apache.org/projects/flink/flink-docs-stable/dev/execution_plans.html

Best,
Paul Lam

hailongwang <18868816...@163.com> 于2020年10月12日周一 下午11:38写道:

> Hi,
> 你是想要自己做一个产品,将图显示在Web上?我们是只拿 DAG 中 json 值,然后前端进行处理的。
> 希望能帮助到你~
>
>
> Best,
> Hailong Wang
> 在 2020-10-12 18:15:36,"丁浩浩" <18579099...@163.com> 写道:
> >我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?
>


Re:如何获取flink webUI上面的DAG图

2020-10-12 文章 hailongwang
Hi,
你是想要自己做一个产品,将图显示在Web上?我们是只拿 DAG 中 json 值,然后前端进行处理的。
希望能帮助到你~


Best,
Hailong Wang
在 2020-10-12 18:15:36,"丁浩浩" <18579099...@163.com> 写道:
>我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?


如何获取flink webUI上面的DAG图

2020-10-12 文章 丁浩浩
我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?