AHeise commented on pull request #10482: URL: https://github.com/apache/flink/pull/10482#issuecomment-687570249
Hi @Padarn , sorry that this is confusing. How would you like it being reflected? We see it as an implementation detail whether things are shaded or not. Filesystems should be used as plugins and are thus loaded by a separate plugin classloader. In that regard, the linked documentation outlines how it should be used ``` To use flink-s3-fs-hadoop or flink-s3-fs-presto, copy the respective JAR file from the opt directory to the plugins directory of your Flink distribution before starting Flink, e.g. mkdir ./plugins/s3-fs-presto cp ./opt/flink-s3-fs-presto-1.11.0.jar ./plugins/s3-fs-presto/ ``` Btw we had quite a few users being confused that things are shaded and furthered this unshading effort to help them, for example, setting up security providers. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
