gaborgsomogyi commented on PR #22420:
URL: https://github.com/apache/flink/pull/22420#issuecomment-1514312632

   I've also seen patterns that users are just adding plugins to the main 
classpath of the job as normal maven/gradle dependency which is also bad 
practice. Such cases the plugins are loaded by the Flink's main classloader 
which can cause dependency issues easily. Just for the record the good example 
can be found 
[here](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/filesystems/s3/#hadooppresto-s3-file-systems-plugins)
 how a plugin must be added in a proper way.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to