nsivabalan commented on issue #6942: URL: https://github.com/apache/hudi/issues/6942#issuecomment-1287482433
I took another look at the stacktrace. looks like there could be some conflicting jars in classpath. here is the core stacktrace ``` java.lang.NoSuchMethodError: 'void org.apache.hudi.common.table.log.block.HoodieHFileDataBlock.<init>(java.util.List, java.util.Map, org.apache.hudi.org.apache.hadoop.hbase.io.compress.Compression$Algorithm, org.apache.hadoop.fs.Path)' ``` this class if from hudi. So, unless you have two diff hudi jars in your classpath, you should be seeing this issue. -- 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]
