Can you merge Result1 and Result2 using "UNION" before STORE? http://pig.apache.org/docs/r0.9.1/basic.html#union
2012/3/1 Haitao Yao <[email protected]> > Hi , all > How can I store multiple result using one store function? > for example: store Result1, Result 2 into '/tmp/result' using > PigStorage(','); > > the default store function does not accept multiple parameter as > input . > > thanks > > > > > 姓名(Name): 姚海涛(Haitao Yao) > 邮箱(email): [email protected] > 新浪微博(weibo): @haitao_yao > >
