Check https://cwiki.apache.org/confluence/display/PIG/Pig+Tips, PigStorageWithInputPath
Daniel On Thu, Aug 18, 2011 at 12:19 PM, sridhar basam <[email protected]> wrote: > Hey, > I wanted to see if the following is possible in pig-0.8.1. > > a = load '/logs/apache/*/today/access.log.txt' USING PigStorage() AS ('.... > tuple') > > I want to add to the existing tuple a chararray consisting of the variable > expansion in the '*' above. Would it be possible to do something like that? > > thanks, > Sridhar >
