Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/4939#discussion_r149084279 --- 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 -- I think it's also ok this way :-)
---