|
|
-
Re: Store output in multiple directoriesBill Graham 2012-03-28, 06:55
You can use SPLIT to output to multiple places based on some logical
partitioning scheme of your data: http://pig.apache.org/docs/r0.9.2/basic.html#SPLIT On Tue, Mar 27, 2012 at 2:20 PM, Mohit Anchlia <[EMAIL PROTECTED]>wrote: > Is there anyway I can tell pig to send output into multiple directories? If > I have 10 files can send 5 files to dir1 and remaining 5 to dir2? > |