tillrohrmann commented on a change in pull request #8117: [FLINK-12115]
[filesystems]: Add support for AzureFS
URL: https://github.com/apache/flink/pull/8117#discussion_r281235651
##########
File path: flink-filesystems/flink-s3-fs-base/pom.xml
##########
@@ -161,12 +161,17 @@ under the License.
<pattern>org.apache.flink.runtime.fs.hdfs</pattern>
<shadedPattern>org.apache.flink.fs.s3.common.hadoop</shadedPattern>
</relocation>
+ <!-- shade
Flink's Hadoop FS utility classes -->
+ <relocation>
+
<pattern>org.apache.flink.runtime.util</pattern>
+
<shadedPattern>org.apache.flink.fs.s3.common</shadedPattern>
+ </relocation>
Review comment:
I think we don't need to do these changes if we put `HadoopConfigLoader`
into the `flink-fs-hadood-shaded` module.
----------------------------------------------------------------
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