Re: Methods that trigger execution

2017-06-07 Thread Aljoscha Krettek
> data.writeAsText("file:///outputPath") > > benv.execute() > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Methods-that-trigger-execution-tp12972p13537.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Re: Methods that trigger execution

2017-06-06 Thread Borja
message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Methods-that-trigger-execution-tp12972p13537.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Methods that trigger execution

2017-06-06 Thread Aljoscha Krettek
; > Thank! :) > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Methods-that-trigger-execution-tp12972p13491.html > Sent from the Apache Flink User Mailing List archive. mailing list archive at > Nabble.com.

Re: Methods that trigger execution

2017-06-05 Thread Borja
-- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Methods-that-trigger-execution-tp12972p13491.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Methods that trigger execution

2017-05-03 Thread Aljoscha Krettek
Hi, Yes you’re right, there is no convenient list. Off the top of my head, your list seems exhaustive. (You could add printToErr()). As a general remark, I don’t think it’s wise to use these methods when handling large amounts of data because they ship everything back to the client. Best, Aljos

Methods that trigger execution

2017-05-03 Thread Sebastian Neef
Hi, I've heared of some methods that triggere an execution when using the Batch API: - print - collect - count - execute Some of them are discussed in older docs [0], but I can't find a good list or hints in the newer ones. Are there any other methods? Best regards, Sebastian [0] https://ci.ap