Hi, I am using pigunit for testing some outputs of pig scripts. The expected output strings are in the code. The test are passing in my Mac. But when I put the code into the cluster which is linux, the tests are failing. It produces the same output but the lines are in different order. I would like to know if anyone has come a cross this issue and knows the fix. We can fix it by writing our own sorting in java, but would like to know if there is any available solution for this. Regards, Gayan
