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 ------------------------------------------------------------------------------ ||'''Error Code'''||'''Error Message'''|| ||1000||Error during parsing|| ||1001||Unable to descirbe schema for alias <alias>|| - ||1002||Unable to clone plan|| ||1004||No alias <alias> to <operation>|| ||1005||No plan for <alias> to <operation>|| ||1006||Could not find operator in plan|| @@ -158, +157 @@ ||1064||Problem reading column <col> from schema: <schema>|| ||1065||Found more than one load function to use: <list of load functions>|| ||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|| + ||2003||Cannot read from the storage where the output <filename> will be stored|| + ||4000||The output file(s): <filename> already exists|| + ||4001||Cannot read from the storage where the output <filename> will be stored|| + ||6000||The output file(s): <filename> already exists|| + ||6001||Cannot read from the storage where the output <filename> will be stored|| + + == Change Log == + + 1. December 19, 2008: Changed the "Compendium of error messages" to include error codes along with updated error messages + 2. December 23, 2008: Updated "Compendium of error messages" to include new error codes (2002, 2003, 4000, 4001, 6000, 6001) and error messages and moved error code 1002 to 2001 + 3. == References ==
