Ramkumar
The load works fine. In fact, the script works fine till the Group statement. I don't get any data when I dump 'St', which creates the stock volume.
St= FOREACH Gr GENERATE group, SUM(Nasdaq.stock_volume) AS SVOLUME;
Dump St;
Dec 28 2014 08:28 PM