Yes. You can use any eval function such as SUM or AVG as long as your data is
in the format (item1, … , item, {(tup1), …(tupn)}). See
http://pig.apache.org/docs/r0.10.0/func.html#eval-functions for more info.On Mar 4, 2013, at 3:50 PM, Preeti Gupta wrote: > Hello, > > Can I compute SUM or AVG without using GROUPBY OR FILTER?
