You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/18 07:33:44 UTC

[GitHub] [flink] Mrart commented on a change in pull request #10510: [FLINK-15176][container] Add '--job-classname' to flink-container 'jo…

Mrart commented on a change in pull request #10510: [FLINK-15176][container] Add '--job-classname' to flink-container 'jo…
URL: https://github.com/apache/flink/pull/10510#discussion_r368212620
 
 

 ##########
 File path: flink-container/kubernetes/job-cluster-job.yaml.template
 ##########
 @@ -31,7 +31,7 @@ spec:
       containers:
       - name: flink-job-cluster
         image: ${FLINK_IMAGE_NAME}
-        args: ["job-cluster", "-Djobmanager.rpc.address=flink-job-cluster",
+        args: ["job-cluster", "--job-classname=${JOB_CLASSNAME}", "-Djobmanager.rpc.address=flink-job-cluster",
 
 Review comment:
   I think It write into docment will more suitable. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services