Vipul Jindal
08/08/2024, 10:03 AMEnabling required built-in plugins
Linking flink-s3-fs-presto-1.19.0.jar to plugin directory
Plugin flink-s3-fs-presto-1.19.0.jar does not exist. Exiting.
In the FlinkDeployment I have passed this env variable
env:
- name: ENABLE_BUILT_IN_PLUGINS
value: flink-s3-fs-presto-1.19.0.jar
This is the base image I am using
<http://docker.artifactory.ea.com/flink:1.19.0-java11@sha256:61355051b493c0b2784ae5755608798e7c54d9db0f8467e9e3f183e3a48e617a|docker.artifactory.ea.com/flink:1.19.0-java11@sha256:61355051b493c0b2784ae5755608798e7c54d9db0f8467e9e3f183e3a48e617a>
I verified that the flink-s3-fs-presto-1.19.0.jar was there in the plugins dir but now the container is just exiting. Kindly suggest.D. Draco O'Brien
08/08/2024, 11:24 AMD. Draco O'Brien
08/08/2024, 11:25 AM/opt/flink/plugins
, but this depends on how your Docker image is structured.Vipul Jindal
08/08/2024, 11:26 AMD. Draco O'Brien
08/08/2024, 11:26 AMD. Draco O'Brien
08/08/2024, 11:27 AMD. Draco O'Brien
08/08/2024, 11:28 AMenv:
- name: ENABLE_BUILT_IN_PLUGINS
value: flink-s3-fs-presto
Verify this against the official Flink 1.19 documentation or release notes for the correct format.D. Draco O'Brien
08/08/2024, 11:29 AMVipul Jindal
08/08/2024, 11:32 AMVipul Jindal
08/08/2024, 4:59 PMMaxime Menard
11/05/2024, 8:35 PM