Hi Samik, You can create an AvroFileSource using org.apache.crunch.io.avro's AvroFileSource(List<Path> paths, AvroType<T> ptype) API, then read source in the pipeline.
Hope this helps. Thanks, Som On Thu, Jul 10, 2014 at 2:12 AM, Samik Raychaudhuri <[email protected]> wrote: > Hi, > > I am a Crunch newbie trying out few things. I have a quick question > inspired by a pig syntax. The following glob-like syntax works in pig for > loading multiple avro files: > > A = LOAD '/raw/idm/events/year=2014/month=04/day=07/*/*/*.avro' using > LOAD_IDM; > > I am wondering if there is something similar in Crunch API that would do > this. > > Regards. >
