|
|
+
Yang 2013-01-09, 22:37
-
Re: generate multiple output files?Dmitriy Ryaboy 2013-01-11, 22:52
Yang,
Try MultiStorage: https://pig.apache.org/docs/r0.8.1/api/org/apache/pig/piggybank/storage/MultiStorage.html On Wed, Jan 9, 2013 at 2:37 PM, Yang <[EMAIL PROTECTED]> wrote: > let's say I have an input dataset, each row has 2 fields, the first field > is a value among 100 possible values. I want to just split the input > dataset into 100 outputs , based on the value of the first field. > > is there a way to do that in pig? I see MultipleOutputs Format in Java API, > but have not found anything similar in PIG > > Thanks! > Yang > +
Yang 2013-01-18, 00:25
|