yihua commented on issue #5372: URL: https://github.com/apache/hudi/issues/5372#issuecomment-1113556893
@CodeCooker17 The error stacktrace shows that `this version is 1.3.0`, which is different from `2.1.0-cdh6.3.2`. Could you check if this is due to other version of HBase library introduced? You may also try to set `hbase.defaults.for.version.skip` to `true` and see if that helps you to resolve the compatibility issue. Generally, you need to make sure there is no HBase config conflicts between HBase 1.x and 2.x that can cause other issues after skipping the version check. Let me know what you find. -- 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]
