> 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.
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.
;
> 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.
--
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.
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
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