dianfu commented on a change in pull request #8474: [FLINK-12409][python] Adds from_elements in TableEnvironment URL: https://github.com/apache/flink/pull/8474#discussion_r289010188
########## File path: docs/ops/cli.md ########## @@ -100,40 +100,40 @@ These examples about how to submit a job in CLI. - Run Python Table program: - ./bin/flink run -py examples/python/table/batch/word_count.py -j <path/to/flink-table.jar> + ./bin/flink run -py examples/python/table/batch/word_count.py -C <path/to/flink-table.jar> -C <path/to/flink-python-*-java-binding.jar> Review comment: Make sense to me as flink-python-*-java-binding.jar is always needed for Python jobs. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
