wdm0006 / flink-python-examples

A collection of examples using flinks new python API
242 stars 73 forks source link

i've tried to let python create job, but it's not work. #4

Open meyer-net opened 6 years ago

meyer-net commented 6 years ago

I searched the entire internet. but is not get the information can reference for me. how to use python to append a flink job?

i used the script by follow: ./bin/pyflink.sh examples/python/WordCount.py

but it raise: image

also: ./bin/pyflink.sh /clouddisk/svr_sync/application/flink-analysis/main.py

raise: image

kutny commented 6 years ago

Hi, did you figure it out? I ran into a similar issue...

VojtechBartos commented 6 years ago

@meyer-net i think i had a same issue and didn't have installed python on the system. Have you made sure python is on your system? cc @kutny