Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.
The following page has been changed by SanthoshSrinivasan: http://wiki.apache.org/pig/PigErrorHandlingFunctionalSpecification ------------------------------------------------------------------------------ ||1079||Undefined type checking logic for unary operator: " <operator>|| ||1080||Did not find inputs for operator: " <operator>|| ||1081||Cannot cast to <int/float/long/double/string/tuple/bag/map>. Expected bytearray but received: <type>|| + ||1082||Cogroups with more than 127 inputs not supported.|| ||2000||Internal error. Mismatch in group by arities. Expected: <schema>. Found: <schema>|| ||2001||Unable to clone plan before compiling|| ||2002||The output file(s): <filename> already exists|| @@ -261, +262 @@ ||2078||Caught error from UDF: <class> [<message from UDF>]|| ||2079||Unexpected error while printing physical plan.|| ||2080||Foreach currently does not handle type <type>|| - ||2081||Unable to setup the loader.|| + ||2081||Unable to setup the <load/store> function.|| + ||2082||Did not expect result of type: <type>|| + ||2083||Error while trying to get next result in POStream.|| + ||2084||Error while running streaming binary.|| + ||2085||Unexpected problem during optimization. Could not find LocalRearrange in combine plan.|| + ||2086||Unexpected problem during optimization. Could not find all LocalRearrange operators.|| + ||2087||Unexpected problem during optimization. Found index: <index> in multiple LocalRearrange operators.|| ||2098||Unexpected internal error.|| ||2099||Unhandled internal error.|| ||4000||The output file(s): <filename> already exists|| @@ -309, +316 @@ 1. January 22, 2009: Updated "Compendium of error messages" to include new error codes (2058) 1. January 23, 2009: Updated "Frontend errors" to update the list of exceptions thrown in the front-end. 1. January 27, 2009: Updated "Compendium of error messages" to include new error codes (1076 through 1080, 2058 through 2066) - 1. February 2, 2009: Updated "Compendium of error messages" to include new error codes (1081, 2067 through 2081, 6014) + 1. February 2, 2009: Updated "Compendium of error messages" to include new error codes (1081 through 1082, 2067 through 2087, 6014) == References ==