I just started messing with avro and cascalog. Was able to create the
a tap with AvroScheme no problem, but encountered
cascading.flow.FlowException: unhandled exception (NO_SOURCE_FILE:0)
when actually trying to query data.
seems like it could be really sweet if i got it working. one thing
though: one of the features of avro is that the schema is specified in
the data itself. but with cascading.avro theres no way to recover it,
so you have to specify it yourself somewhere.
On Sep 16, 11:49 am, Gerrard McNulty <
gerrard.mcnu...@gmail.com>
wrote: