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/16 00:46:30 UTC

[GitHub] [incubator-hudi] cdmikechen edited a comment on issue #1230: java.lang.NoSuchMethodError: org.apache.avro.Schema.getLogicalType()Lorg/apache/avro/LogicalType

cdmikechen edited a comment on issue #1230: java.lang.NoSuchMethodError: org.apache.avro.Schema.getLogicalType()Lorg/apache/avro/LogicalType
URL: https://github.com/apache/incubator-hudi/issues/1230#issuecomment-574925131
 
 
   In master branch right now, we use spark 2.4 with avro 1.8.2, meanwhile spark2.2 use avro 1.7.7 which doesn't have logical type. If you want to use spark2.2, please replace `SPARK_HOME/jars/avro*` and avro dependence your pom.xml to version 1.8.2.

----------------------------------------------------------------
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