You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by 丁浩浩 <18...@163.com> on 2020/10/12 11:15:36 UTC

如何获取flink webUI上面的DAG图

我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?

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

Posted by Xiao Xu <ff...@gmail.com>.
plan visualizer 应该是 stream graph, 不是一个图吧

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

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

Posted by Paul Lam <pa...@gmail.com>.
Hi,

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

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

Best,
Paul Lam

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

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

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

Posted by hailongwang <18...@163.com>.
Hi,
你是想要自己做一个产品,将图显示在Web上?我们是只拿 DAG 中 json 值,然后前端进行处理的。
希望能帮助到你~


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