Re: ExecutionMode in ExecutionConfig

2022-09-16 Thread Yun Tang
va/org/apache/flink/streaming/examples/wordcount/WordCount.java#L98 Best Yun Tang From: zhanghao.c...@outlook.com Sent: Thursday, September 15, 2022 0:03 To: Hailu, Andreas ; user@flink.apache.org Subject: Re: ExecutionMode in ExecutionConfig It's added in

Re: ExecutionMode in ExecutionConfig

2022-09-14 Thread zhanghao.chen
Wednesday, September 14, 2022 23:38 To: zhanghao.c...@outlook.com ; user@flink.apache.org Subject: RE: ExecutionMode in ExecutionConfig I can give this a try. Do you know which Flink version does this feature become available in? ah From: zhanghao.c...@outlook.com Sent: Wednesday, Septembe

RE: ExecutionMode in ExecutionConfig

2022-09-14 Thread Hailu, Andreas
I can give this a try. Do you know which Flink version does this feature become available in? ah From: zhanghao.c...@outlook.com Sent: Wednesday, September 14, 2022 11:10 AM To: Hailu, Andreas [Engineering] ; user@flink.apache.org Subject: Re: ExecutionMode in ExecutionConfig Could you try

Re: ExecutionMode in ExecutionConfig

2022-09-14 Thread zhanghao.chen
g Subject: RE: ExecutionMode in ExecutionConfig Hi Zhanghao, That seems different than what I’m referencing and one of my points of confusion – the documents refer to ExecutionMode as BATCH and STREAMING which is different than what the code refers to it as Runtime Mode e.g. env.setR

RE: ExecutionMode in ExecutionConfig

2022-09-14 Thread Hailu, Andreas
4, 2022 1:10 AM To: Hailu, Andreas [Engineering] ; user@flink.apache.org Subject: Re: ExecutionMode in ExecutionConfig https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/dev/datastream/execution_mode/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nightlies.apache.org_

Re: ExecutionMode in ExecutionConfig

2022-09-13 Thread zhanghao.chen
https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/dev/datastream/execution_mode/ gives a comprehensive description on it Execution Mode (Batch/Streaming) | Apache Flink Execution Mode (Ba