Hi Mar_zieh, For questions about Python, you can ask Chesnay, I try to answer.
Pyflink.bat is a script for running Flink programs for flink-python*.jar. You can see the implementation of it. Flink supports Jython. Also, if Python is your main programming language, you can try using the Apache Beam Python SDK + Flink Runner, which seems to be a better choice. You can let Flink run on windnows (JVM is cross-platform), but it is not recommended, it is recommended to run on unix/linux. Thanks, vino. Mar_zieh <[email protected]> 于2018年10月15日周一 下午9:07写道: > Hello > > I have two question, would you please answer to me? > Please tell me "what is "pyflink.bat" for?" Does Flink support python or > not? > Moreover, I want to have multiprocessing with Flink on windows. Is it > possible? > > Thank you in advance > > > > > > -- > Sent from: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ >
