Apache Flink 中文用户邮件列表
Login
Register
Search
everywhere
only in this topic
Advanced Search
获取每个Operator输入输出的数据条数
Classic
List
Threaded
♦
♦
Locked
2 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
王佩
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jul 16, 2019; 8:34am
获取每个Operator输入输出的数据条数
有如下Pipeline:
Kafka Source=>Map=>Filter=>StreamingFileSink.forBulkFormat
希望实现:
每次写入文件时,拿到这个Pipeline当前批次每个Operator输入、输出的数据条数并写到Mysql。
请教一下,可以实现吗。感谢。
越张
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jul 17, 2019; 3:55am
Re: 获取每个Operator输入输出的数据条数
可以自己加状态统计
> 在 2019年7月16日,下午4:34,王佩 <
[hidden email]
> 写道:
>
> 有如下Pipeline:
>
> Kafka Source=>Map=>Filter=>StreamingFileSink.forBulkFormat
>
> 希望实现:
>
> 每次写入文件时,拿到这个Pipeline当前批次每个Operator输入、输出的数据条数并写到Mysql。
>
> 请教一下,可以实现吗。感谢。
>
>
Free forum by Nabble
Edit this page