Apache Flink 中文用户邮件列表
Search
everywhere
only in this topic
Advanced Search
如何获取flink webUI上面的DAG图
Classic
List
Threaded
♦
♦
Locked
4 messages
丁浩浩
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
如何获取flink webUI上面的DAG图
我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?
hailongwang
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re:如何获取flink webUI上面的DAG图
Hi,
你是想要自己做一个产品,将图显示在Web上?我们是只拿 DAG 中 json 值,然后前端进行处理的。
希望能帮助到你~
Best,
Hailong Wang
在 2020-10-12 18:15:36,"丁浩浩" <
[hidden email]
> 写道:
>我想要获取到flink webUI上面的DAG图,有什么办法能够获取到吗?
Paul Lam
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 如何获取flink webUI上面的DAG图
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图,有什么办法能够获取到吗?
>
Xiao Xu
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: 如何获取flink webUI上面的DAG图
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图,有什么办法能够获取到吗?
> >
>
Free forum by Nabble
Edit this page