NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
481 stars 97 forks source link

Fixed the old (broken) Avro example. #345

Closed kevinxyz closed 10 years ago

kevinxyz commented 10 years ago

Lots of things were broken in the old Avro example. I updated dependencies, updated the code and got almost everything to work except the mkCaseWireFormat(Person, Person.unapply _) part.

kevinxyz commented 10 years ago

Got it to work! PTAL @etorreborre (2014-09-19)

etorreborre commented 10 years ago

Cool, thanks!