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_r284982521
##########
File path: docs/ops/cli.md
##########
@@ -251,6 +259,19 @@ Action "run" compiles and runs a program.
program. Optional flag to override
the
default value specified in the
configuration.
+ -py,--python <python-file> Python script with the program entry
+ point. We can configure dependent
+ resources with the `--py-files`
option.
+ -pyfs,--py-files <python-files> Attach custom python files for job.
+ Comma can be used as the separator
to
+ specify multiple files. The standard
+ python resource file suffixes such
as
+ .py/.egg/.zip all also supported.
Review comment:
are all supported
----------------------------------------------------------------
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