如何获取flink webUI上面的DAG图

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

如何获取flink webUI上面的DAG图

丁浩浩
我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?
Reply | Threaded
Open this post in threaded view
|

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

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


Best,
Hailong Wang
在 2020-10-12 18:15:36,"丁浩浩" <[hidden email]> 写道:
>我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?
Reply | Threaded
Open this post in threaded view
|

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

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 <[hidden email]> 于2020年10月12日周一 下午11:38写道:

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

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

Xiao Xu
plan visualizer 应该是 stream graph, 不是一个图吧

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