scala - How can I use chill-avro to load Avro GenericRecords in Spark? -


i tried using avro genericrecords in spark, got java.io.notserializableexception: org.apache.avro.mapred.avrowrapper

https://gist.github.com/rjurney/8b90e9b709d061cc0b94

the chill project added kryo/avro support scala. how can combine kryo, avro, chill , spark load avros?

chill-avro not loading data fs serializing inflight data. see link below more info

https://github.com/twitter/chill/issues/171#issuecomment-45049396


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -