[ 
https://issues.apache.org/jira/browse/FLINK-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16194513#comment-16194513
 ] 

ASF GitHub Bot commented on FLINK-7768:
---------------------------------------

Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4781#discussion_r143174730
  
    --- Diff: flink-dist/pom.xml ---
    @@ -205,6 +205,32 @@ under the License.
                        </exclusions>
                </dependency>
     
    +           <!-- Default file system support -->
    +
    +           <dependency>
    +                   <groupId>org.apache.flink</groupId>
    +                   <artifactId>flink-hadoop-fs</artifactId>
    +                   <version>${project.version}</version>
    +                   <exclusions>
    +                           <exclusion>
    +                                   <groupId>org.apache.flink</groupId>
    +                                   
<artifactId>flink-shaded-hadoop2</artifactId>
    +                           </exclusion>
    +                   </exclusions>
    +           </dependency>
    +           
    +           <dependency>
    +                   <groupId>org.apache.flink</groupId>
    +                   <artifactId>flink-mapr-fs</artifactId>
    +                   <version>${project.version}</version>
    --- End diff --
    
    This works because flink-shaded-hadoop2 is a transitive optional 
dependency? We don't exclude it explicitly here.


> Load File Systems via Java Service abstraction
> ----------------------------------------------
>
>                 Key: FLINK-7768
>                 URL: https://issues.apache.org/jira/browse/FLINK-7768
>             Project: Flink
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Stephan Ewen
>             Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to