I'm trying to perform a matrix multiplication on a simple 3 X 3 matrix using Pig. I'm neither unable to perform transpose nor group according to the row.
Can someone help me on this please.
Example
Matrix A:
2 2 2
2 2 2
2 2 2
Matrix B:
1 1 1
1 1 1
1 1 1
Thanks in advance !