Forus0322 commented on code in PR #9726:
URL: https://github.com/apache/hudi/pull/9726#discussion_r1328485398
##########
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:
PR https://github.com/apache/hudi/pull/5786 is adapted to the hadoop3.x
environment, but if parquet.version is configured with version 0.12.2, the
problem of missing jackson package will still occur. The currently submitted PR
https://github.com/apache/hudi/pull/9726 is mainly to solve the problem of
compilation failure caused by the lack of jackson dependency package in the
Hadoop 3 environment. It is not adapted to the hadoop 3 environment.
As for adapting hadoop3, it may take longer to fully test and verify.
--
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]