// inputs)
int errCode = 1082;
String msg = multiQuery?
"Merge more than 127 map-reduce jobs not supported."
: "Cogroups with more than 127 inputs not supported.";
throw new ExecException(msg, errCode, PigException.INPUT);
} else {
// We could potentially be sending the (key, value) relating to
// multiple "group by" statements through one map reduce job
// in multiquery optimized execution. In this case, we want
// two keys which have the same content but coming from different