You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/28 18:42:45 UTC

[GitHub] [hudi] yihua commented on issue #5976: [SUPPORT] column stats raising `java.lang.NoClassDefFoundError` exception when enabled

yihua commented on issue #5976:
URL: https://github.com/apache/hudi/issues/5976#issuecomment-1169093342

   @kumudkumartirupati  Thanks for bubbling this up.  This is a known issue: the `hudi-utilities-slim-bundle` introduced by 0.11.0 release is not yet fully compatible with Spark 3.2 and hudi-spark3.2-bundle.  There are more details around this in the [release notes](https://hudi.apache.org/releases/release-0.11.0#slim-utilities-bundle) of 0.11.0.
   
   This is due to some of the dependencies including Avro which are targeted for different versions in Spark 3.1 vs 3.2.  The published artifact of `hudi-utilities-slim-bundle` is built to work with Spark 3.1 and 2.4.  If you build the slim bundle jar using Spark 3.2 profile in mvn, that should work with Spark 3.2 and hudi-spark3.2-bundle.  We have addressed this issue in #5641 for the next major release (0.12.0).


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org