[ https://issues.apache.org/jira/browse/FLINK-7973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241886#comment-16241886 ]
ASF GitHub Bot commented on FLINK-7973: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4961#discussion_r149344106 --- Diff: flink-filesystems/flink-s3-fs-hadoop/pom.xml --- @@ -277,6 +336,7 @@ under the License. <exclude>META-INF/maven/org.apache.commons/**</exclude> <exclude>META-INF/maven/org.apache.flink/flink-hadoop-fs/**</exclude> <exclude>META-INF/maven/org.apache.flink/force-shading/**</exclude> + <exclude>core-default.xml</exclude> --- End diff -- add comment that we're using our own shaded core-default.xml > Fix service shading relocation for S3 file systems > -------------------------------------------------- > > Key: FLINK-7973 > URL: https://issues.apache.org/jira/browse/FLINK-7973 > Project: Flink > Issue Type: Bug > Reporter: Stephan Ewen > Assignee: Nico Kruber > Priority: Blocker > Fix For: 1.4.0 > > > The shade plugin relocates services incorrectly currently, applying > relocation patterns multiple times. -- This message was sent by Atlassian JIRA (v6.4.14#64029)