Hi All, I am migrating to flink 1.19.0 from flink...
# random
v
Hi All, I am migrating to flink 1.19.0 from flink 1.17 and I am getting this error
Copy code
Enabling 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
Copy code
env:
              - name: ENABLE_BUILT_IN_PLUGINS
                value: flink-s3-fs-presto-1.19.0.jar
This is the base image I am using
Copy code
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.