Re: View Map-Reduce payload

2012-03-06 Thread Yongzhi Wang
Hi, Sorry to bother. I tried to use the syntax "explain", but the MapReduce plan displayed sometime still makes me feel confused. I tried such syntax below: *my_raw = LOAD './houred-small' USING PigStorage('\t') AS (user,hour, query); part1 = filter my_raw by hour>11; part2 = filter my_raw by h

Re: View Map-Reduce payload

2012-03-06 Thread Aniket Mokashi
http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html#EXPLAIN On Tue, Mar 6, 2012 at 5:28 AM, shan shan wrote: > Hi > Can I see the user-payload for the MapReduce job that is created by Pig. > How? > i.e. the Map and Reduce function code that is generated by Pig script.. > > Thanks, > -- "..