Forus0322 commented on code in PR #9726:
URL: https://github.com/apache/hudi/pull/9726#discussion_r1328405218
##########
pom.xml:
##########
@@ -2619,6 +2619,25 @@
</activation>
</profile>
+ <profile>
+ <id>hadoop3.3</id>
+ <properties>
+ <hadoop.version>3.3.0</hadoop.version>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-core-asl</artifactId>
+ <version>1.9.13</version>
+ </dependency>
+ </dependencies>
Review Comment:
We have been using -Dhadoop.version=3.3.0 for a long time and there have
been no problems.
--
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]