You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by zenglong chen <cz...@gmail.com> on 2019/07/10 10:09:53 UTC

Question about flink batch python api's print

Hello,guys.
I use python print in flink map function to see whether i get the data,but
i didn't see anything in client or path log/***.out,just Program execution
finished.
Is there any way to solve this and see print?
Besides,I try to use raise Exception in Map() and flink still complete as
finished!!!Is it a bug?Can flink catch python's error message?