Hello All, I am trying to understand how does pig group partitioning work, I was not able to find any documentation regarding what happen under the hood.
For example B = GROUP A BY age; Does pig partition data by age? Or it will partition by something else? Other question: If I want to create custom partitioner can I pass fields I want data be partition by or it will be the same as group by key? Regards, Aleksandr
