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

    https://github.com/apache/flink/pull/4939#discussion_r149073723
  
    --- Diff: flink-yarn/pom.xml ---
    @@ -99,6 +99,13 @@ under the License.
                </dependency>
     
                <dependency>
    +                   <groupId>org.apache.flink</groupId>
    +                   <artifactId>flink-s3-fs-hadoop</artifactId>
    +                   <version>${project.version}</version>
    +                   <scope>test</scope>
    +           </dependency>
    --- End diff --
    
    We could move the S3 upload test to `flink-yarn-tests`. That way we would 
only add this dependency to `flink-yarn-tests`.


---

Reply via email to