AHeise commented on a change in pull request #10482: [Flink-11956] Unshade s3 
filesystems
URL: https://github.com/apache/flink/pull/10482#discussion_r356997547
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-base/pom.xml
 ##########
 @@ -46,14 +46,14 @@ under the License.
                        <scope>provided</scope>
                </dependency>
 
-               <!-- Hadoop's file system abstraction (bundled) -->
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-fs-hadoop-shaded</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-
-               <!-- The Hadoop file system adapter classes (bundled) -->
+        <!-- Hadoop's file system abstraction (bundled) -->
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-common</artifactId>
 
 Review comment:
   > Along with a whoooole bunch of exclusions that were present.
   
   Also good catch, the final jar of the plugins is much bigger.

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

Reply via email to