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

Reply via email to