Forus0322 commented on issue #9725: URL: https://github.com/apache/hudi/issues/9725#issuecomment-1721298540
@codope hadoop 2.10.x references the org.codehaus.jackson:jackson-core-asl dependency package, but hadoop 3.3.0 does not have this dependency package. Spark 3.1 Profile uses parquet.version 1.10.1, this version of parquet includes jackson, but Spark 3.2/3.3/3.4 Profile uses parquet.version 1.12.3. This version excludes the jackson dependency in the pom. Therefore, when using hadoop 3.3.0 and parquet.version 1.12.3, a compilation error is reported. The above is my analysis. -- 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]
