回复:Dataset and eager scheduling

2017-03-02 Thread Zhijiang(wangzhijiang999)
data. Maybe my understanding is not very accurate, welcome any discuss! Cheers, zhijiang --发件人:CPC <acha...@gmail.com>发送时间:2017年3月2日(星期四) 18:52收件人:dev <dev@flink.apache.org>主  题:Dataset and eager scheduling Hi all, C

Re: Dataset and eager scheduling

2017-03-02 Thread CPC
Hi Till, Thank you. On 2 March 2017 at 18:13, Till Rohrmann wrote: > Hi CPC, > > I think that the optimizer does not take the scheduling mode into account > when optimizing a Flink job. > > Cheers, > Till > > On Thu, Mar 2, 2017 at 11:52 AM, CPC

Re: Dataset and eager scheduling

2017-03-02 Thread Till Rohrmann
Hi CPC, I think that the optimizer does not take the scheduling mode into account when optimizing a Flink job. Cheers, Till On Thu, Mar 2, 2017 at 11:52 AM, CPC wrote: > Hi all, > > Currently our team trying implement a runtime operator also playing with > scheduler. We are

Dataset and eager scheduling

2017-03-02 Thread CPC
Hi all, Currently our team trying implement a runtime operator also playing with scheduler. We are trying to understand batch optimizer but it will take some time. What we want to know is whether changing batch scheduling mode from LAZY_FROM_SOURCES to EAGER could affect optimizer? I mean whether