I misunderstood Pig error message... everything is fine: I had to increase the maximum heap size to 1000m in my program for it work.
Thanks, David On Sun, Aug 21, 2011 at 5:52 PM, David Riccitelli <[email protected]>wrote: > I'm trying to do this: > pigServer.registerQuery("raw_logs = LOAD 'access_log.{1,2,3}' USING > TextLoader() AS (line:chararray);"); > > But instead of expanding the source files to > access_log.1, access_log.2, access_log.3, Pig looks for one file named > access_log.{1,2,3}. > > How do I fix this? > > Thanks! > > David > > -- > David Riccitelli > > > ******************************************************************************** > InsideOut10 s.r.l. > P.IVA: IT-11381771002 > Fax: +39 0110708239 > --- > LinkedIn: http://it.linkedin.com/in/riccitelli > Twitter: ziodave > --- > Layar Partner > Network<http://www.layar.com/publishing/developers/list/?page=1&country=&city=&keyword=insideout10&lpn=1> > > ******************************************************************************** > > -- David Riccitelli ******************************************************************************** InsideOut10 s.r.l. P.IVA: IT-11381771002 Fax: +39 0110708239 --- LinkedIn: http://it.linkedin.com/in/riccitelli Twitter: ziodave --- Layar Partner Network<http://www.layar.com/publishing/developers/list/?page=1&country=&city=&keyword=insideout10&lpn=1> ********************************************************************************
