Savonitar commented on code in PR #1111: URL: https://github.com/apache/flink-kubernetes-operator/pull/1111#discussion_r3220492536
########## examples/flink-python-example/README.md: ########## @@ -46,11 +46,11 @@ user-defined arguments should be placed in the end. Check the [doc](https://nigh A working example would be: ```yaml -args: ["-pyfs", "/opt/flink/usrlib/pythonjob/python_demo.py", "-pyclientexec", "/usr/local/bin/python3", "-py", "/opt/flink/usrlib/pythonjob/python_demo.py", "-myarg", "123"] +args: ["-pyfs", "/opt/flink/usrlib/pythonjob/python_demo.py", "-pyclientexec", "/usr/bin/python3", "-py", "/opt/flink/usrlib/pythonjob/python_demo.py", "-myarg", "123"] Review Comment: Good catch, thank you. fixed in follow up commit, both -pyfs and -py snippets now reference `/opt/flink/usrlib/python_demo.py` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
