julianpeeters / avrohugger

Generate Scala case class definitions from Avro schemas
Apache License 2.0
201 stars 120 forks source link

Can you provide an example of read/write avro file in HDFS by code generation with avrohugger? #58

Closed ChenShuai1981 closed 6 years ago

ChenShuai1981 commented 7 years ago

Can you provide an example of read/write avro file in HDFS by code generation with avrohugger? Thanks!

julianpeeters commented 7 years ago

Sorry @ChenShuai1981, I'm afraid I won't have the time for quite a while. Perhaps if you provided me a minimal runnable example of what you would like see, but reading/writing regular text, then I could find the time to convert it to Avro with code generation.