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 2020/01/17 22:22:26 UTC

[GitHub] [incubator-hudi] yihua commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema; )Lorg/apache/parquet/schema/MessageType;

yihua commented on issue #1243: [SUPPORT]Caused by: org.apache.hudi.exception.HoodieException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.parquet.avro.AvroSchemaConverter.convert(Lorg/apache/avro/Schema;)Lorg/apache/parquet/schema/MessageType;
URL: https://github.com/apache/incubator-hudi/issues/1243#issuecomment-575818320
 
 
   Could you share the version of Spark and Hadoop you're using?
   
   This is likely due to version mismatch of Avro, similar to this issue #1230.  The current master uses Spark 2.4 with Avro 1.8.2 (bumped from 1.7.7).  The relevant commit is [here](https://github.com/apache/incubator-hudi/commit/ad50008a5946f15ee4ba4dd69ac514f11fed2034#diff-600376dffeb79835ede4a0b285078036).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services