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

    https://github.com/apache/flink/pull/4939#discussion_r149076237
  
    --- 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...
    I wasn't putting this test there because in the project's pom.xml it says 
`There is a separate "flink-yarn-tests" package that expects the "flink-dist" 
package to be build before.` which we do not need for this test.
    
    whatever you prefer...


---

Reply via email to