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 2022/04/18 10:06:47 UTC

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on pull request #168: [FLINK-27161] Support fetch user jar from different source

wangyang0918 commented on PR #168:
URL: https://github.com/apache/flink-kubernetes-operator/pull/168#issuecomment-1101282826

   Before starting the review, I am wondering whether the application cluster could also benefit from this. Then users does not need to use the pod template to download the user jars if they are supported internally.
   
   ```
   apiVersion: flink.apache.org/v1beta1
   kind: FlinkDeployment
   metadata:
     namespace: default
     name: basic-example
   spec:
     image: flink:1.14
     flinkVersion: v1_14
     flinkConfiguration:
       taskmanager.numberOfTaskSlots: "2"
     ... ...
     job:
       jarURI: https://repo1.maven.org/maven2/org/apache/flink/flink-examples-streaming_2.12/1.14.3/flink-examples-streaming_2.12-1.14.3.jar
       parallelism: 2
       upgradeMode: stateless
   ```


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org