zentol commented on a change in pull request #7717: [FLINK-11533] [container] Add option parse JAR manifest for jobClassName URL: https://github.com/apache/flink/pull/7717#discussion_r260721801
########## File path: flink-container/kubernetes/README.md ########## @@ -42,6 +41,7 @@ At last, you should start the task manager deployment: You can provide the following additional command line arguments to the cluster entrypoint: +- `--job-classname <job class name>`: Class name of the job to run. By default, the Flink class path is scanned for a JAR with a `Main-Class` or `program-class` manifest entry and chose as the job class. Use this command line argument in order to manually set the job class. This argument is required in case that no or more than one JAR with such a manifest entry is available on the class path. Review comment: chose -> chosen command line -> command-line Use argument in order to -> Use argument o ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
