deepakpanda93 commented on code in PR #13829:
URL: https://github.com/apache/hudi/pull/13829#discussion_r2347930301
##########
packaging/hudi-hive-sync-bundle/pom.xml:
##########
@@ -92,6 +92,7 @@
<include>com.esotericsoftware:kryo-shaded</include>
<include>com.esotericsoftware:minlog</include>
<include>org.objenesis:objenesis</include>
+
<include>com.github.ben-manes.caffeine:caffeine</include>
Review Comment:
While launching HiveSync tool, facing the below issue.
`Exception in thread "main" java.lang.NoClassDefFoundError:
com/github/benmanes/caffeine/cache/Caffeine
at
org.apache.hudi.avro.AvroSchemaCache.<clinit>(AvroSchemaCache.java:36)
at
org.apache.hudi.common.table.log.block.HoodieDataBlock.<init>(HoodieDataBlock.java:115)
at
org.apache.hudi.common.table.log.block.HoodieHFileDataBlock.<init>(HoodieHFileDataBlock.java:79)
at
org.apache.hudi.common.table.log.HoodieLogFileReader.readBlock(HoodieLogFileReader.java:202)`
So added the dependency to fix the same.
--
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]