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

 ##########
 File path: docs/ops/cli.zh.md
 ##########
 @@ -51,6 +51,18 @@ available.
 -   Run example program with no arguments:
 
         ./bin/flink run ./examples/batch/WordCount.jar
+                
+-   提交一个没有参数的Python的作业:
+
+        ./bin/flink run -py WordCount.py
+        
+-   提交一个带pyfiles的Python作业:
+     
+        ./bin/flink run -py WordCount.py -pyfs 
file:///user.txt,hdfs:///$namenode_address/jieba-0.39.zip
+
+-   提交一个带pyfiles和指定运行pythonModule的Python作业:
 
 Review comment:
   提交一个有多个依赖的Python作业,Python作业的主入口通过pym选项指定

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