rmetzger commented on a change in pull request #11983: URL: https://github.com/apache/flink/pull/11983#discussion_r420198337
########## File path: flink-formats/flink-orc-nohive/pom.xml ########## @@ -98,6 +103,22 @@ under the License. </dependencies> + <profiles> + <profile> + <!-- This profile adds dependencies needed to execute the tests + with Hadoop 3 --> + <id>hadoop3-tests</id> + <dependencies> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs-client</artifactId> Review comment: The artifact is required at runtime, but only if you are running Hadoop 3. Flink does only compile against 2.4.1, users need to provide the right dependencies in their classpath. For running the tests on HD3, we provide the right classpath through this profile. ---------------------------------------------------------------- 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: us...@infra.apache.org