A very common, error message in Apache Pig is:
ERROR 1066: Unable to open iterator for alias
There are several questions where t
I once received this error when using the SUM function. I was summing values that had nulls among them. After filtering out the null values in the prior lines, it worked properly.