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-587506399 @pnowojski Thanks for your comment. If we do not relocate the two packages `org.apache.flink.runtime.fs.hdfs` and `org.apache.flink.runtime.util`, then the `HadoopFileSystem` will be loaded by parent classloader since it is in the `PLUGIN_ALWAYS_PARENT_FIRST_LOADER_PATTERNS`. However, we expect them to be loaded by plugin classloader.
---------------------------------------------------------------- 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
