Alex Brekken
04/08/2023, 1:56 PMjarURI
.
So first question, any ideas where I should be looking for my jar file? And second, is this the right way to handle deployments? I’ll be deploying several jobs eventually, and assumed I would want to separate the FlinkDeployment from the actual jobs. (but maybe that’s not the best way?)Max Dubinin
04/08/2023, 2:03 PMAlex Brekken
04/08/2023, 2:23 PMMax Dubinin
04/08/2023, 2:26 PMflink
and place your jar inside.
e.g.
FROM flink:1.17
COPY /path/to/my/jar /opt/flink/myjar.jar
then you can refer to it in your manifest
...
spec:
image: my_custom_image:latest
job:
jarURI: local:///opt/flink/myjar.jar
Max Dubinin
04/08/2023, 2:27 PMFlinkDeployment
is your actual jobMax Dubinin
04/08/2023, 2:28 PMFlinkDeployment
per job. This is how you deploy multiple jobs in your K8s clusterAlex Brekken
04/08/2023, 2:29 PMMax Dubinin
04/08/2023, 2:29 PMAlex Brekken
04/08/2023, 2:30 PMMax Dubinin
04/08/2023, 2:31 PMAlex Brekken
04/08/2023, 2:31 PMAlex Brekken
04/08/2023, 2:31 PMMax Dubinin
04/08/2023, 2:32 PMMax Dubinin
04/08/2023, 2:33 PMMarton Balassi
04/08/2023, 3:25 PMMax Dubinin
04/08/2023, 4:02 PMFlinkDeployment
? If so, is there a way to have a unified WebUI for all of them?Alex Brekken
04/08/2023, 4:29 PMjarURI
and referencing a “local” jar file which ships with Flink.Gyula Fóra
04/08/2023, 11:22 PMGyula Fóra
04/08/2023, 11:23 PMMax Dubinin
04/10/2023, 2:42 PMJashwanth S J
04/18/2023, 10:47 AM