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: [email protected] With regards, Apache Git Services
