wangyang0918 commented on issue #11117: [FLINK-16115][filesystem] Make aliyun oss filesystem could work with plugin mechanism URL: https://github.com/apache/flink/pull/11117#issuecomment-587467408 @AHeise I think if we put the oss filesystem jar in lib directory, then it could work. Because we use system classloader to load the `OSSFileSystemFactory`. And when it want to load the `HadoopFileSystem` class, the class in the same jar(flink-oss-fs-hadoop-1.x.jar) will be used first.
---------------------------------------------------------------- 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] With regards, Apache Git Services
