Yes, you can. You might need to tweak some of the glob expressions. Check this: http://stackoverflow.com/questions/12630584/load-multiple-files-in-pig
Regards, Shahab On Tue, Jun 4, 2013 at 4:18 AM, Pedro Sá da Costa <[email protected]>wrote: > Hi, > > When building a query in Pig latin, we can use the asterisk *. > > SL1 = load '/data/search_2013040*'; > > but we can use this [1-2] to delimiter the search? SL1 = load > '/data/search_2013040[1-2]'; > > > -- > Best regards, >
