Closed shahinism closed 8 years ago
type definition is not necessary anymore since apache/flink@ab84707 commit removes it. Actually It'll raise TypeError like:
TypeError
TypeError: flat_map() takes 2 positional arguments but 3 were given
If you try to define types. Also I've made a change in runner.py to make it able to get pyflink*.py from command line argument.
runner.py
pyflink*.py
Thanks
Awesome, thank you for the help!
type definition is not necessary anymore since apache/flink@ab84707 commit removes it. Actually It'll raise
TypeError
like:If you try to define types. Also I've made a change in
runner.py
to make it able to getpyflink*.py
from command line argument.Thanks