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_r260824419
 
 

 ##########
 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:
   The `in order` isn't necessary.

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

Reply via email to