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_r286377915
 
 

 ##########
 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)。
+                                          (例如:--pyFiles 
file:///tmp/myproject.zip
+                                          
,hdfs:///$namenode_address/jieba-0.39.zip)
+     -pym,--pyModule <python-module>      指定python程序的运行的模块入口,这个选项必须配合
+                                          `--pyFiles`一起进行使用。
 
 Review comment:
   `一起进行使用` -> `一起使用`

----------------------------------------------------------------
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

Reply via email to