Flink Kubernetes Operator - How can I use a jar that is hosted on a private maven repo for a FlinkSessionJob?

2024-05-09 Thread Nathan T. A. Lewis
Hello, I am trying to run a Flink Session Job with a jar that is hosted on a maven repository in Google's Artifact Registry. The first thing I tried was to just specify the `jarURI` directly: apiVersion: flink.apache.org/v1beta1 kind: FlinkSessionJob metadata: name: myJobName spec: deployme

Re: Flink Kubernetes Operator - How can I use a jar that is hosted on a private maven repo for a FlinkSessionJob?

2024-05-12 Thread Nathan T. A. Lewis
Hi Mate, That option might be exactly what I need. Thanks! Best regards, Nathan T. A. Lewis On Sun, 12 May 2024 05:27:10 -0600 czmat...@gmail.com wrote Hi Nathan, Job submissions for FlinkSessionJob resources will always be done by first uploading the JAR file itself from the