|
|
+
Yulia Tolskaya 2012-01-13, 21:35
-
Re: STORING each relation in it's own fileStan Rosenberg 2012-01-13, 21:40
Hi Yulia,
One way to accomplish this is by writing your own StoreFunc. Take a look at org.apache.pig.piggybank.storage.MultiStorage. You'd need to create your own output format and possibly a record writer. stan On Fri, Jan 13, 2012 at 4:35 PM, Yulia Tolskaya <[EMAIL PROTECTED]> wrote: > Hello, > I am trying to store each line in a relation in it's own file, and avoid having one huge output file. > I cannot seem to find a good way to do this. I would basically like to have something equivalent to a STORE in a FOREACH. What is the best way to do this? > > > Yulia |