Vipul Jindal
08/08/2024, 8:08 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
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.