sunjincheng121 commented on a change in pull request #8472:
[FLINK-12327][python] Adds support to submit Python Table API job in CliFrontend
URL: https://github.com/apache/flink/pull/8472#discussion_r286377700
##########
File path: docs/ops/cli.zh.md
##########
@@ -251,6 +267,15 @@ Action "run" compiles and runs a program.
program. Optional flag to override
the
default value specified in the
configuration.
+ -py,--python <python-file> 指定Python的作业的入口,依赖的资源文件可以通过
+ `--pyFiles`进行指定。
+ -pyfs,--pyFiles <python-files> 指定Python作业依赖的一些自定义的python文件,
+ 如果有多个文件,可以通过逗号(,)进行隔开。支持
+ 各种格式的python资源文件,例如(.py/.egg/.zip)。
Review comment:
`支持各种格式的python资源文件` ->`支持常用的python资源文件格式`
----------------------------------------------------------------
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