lsyldliu commented on code in PR #20613:
URL: https://github.com/apache/flink/pull/20613#discussion_r947943092
##########
flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml:
##########
@@ -199,4 +199,25 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <!-- This profile adds dependencies needed to execute the tests with
Hadoop 3 -->
+ <profile>
+ <id>hadoop3-tests</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs-client</artifactId>
+ <version>${flink.hadoop.version}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
Review Comment:
I print mvn dependency in hadoop2.8.5, found jackson-annotations is not
included in hadoop-hdfs-client, but it existed in hadoop3, so I exclude it to
keep consistency.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]