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 ------------------------------------------------------------------------------ ||1073||Cannot determine field schema for <object>|| ||1074||Problem with formatting. Could not convert <object> to <Integer/Long/Float/Double>.|| ||1075||Received a bytearray from the UDF. Cannot determine how to convert the bytearray to <int/float/long/double/string/tuple/bag/map>|| + ||1076||Problem while reading field schema of cast operator.|| + ||1077||Two operators that require a cast in between are not adjacent.|| ||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|| @@ -182, +184 @@ ||2005||Expected <class>, got <class>|| ||2006||TypeCastInserter invoked with an invalid operator class name: <class>|| ||2007||Unable to insert type casts into plan|| - ||2008||Limit cannot have more than one input. Found <n> inputs.|| + ||2008|| <Limit/LOSplit/LOSplitOutput> cannot have more than one input. Found <n> inputs.|| ||2009||Can not move LOLimit up|| ||2010||LOFilter should have one input|| ||2011||Can not insert LOLimit clone|| @@ -233, +235 @@ ||2056||Cannot create exception from empty string.|| ||2057||Did not find fully qualified method name to reconstruct stack trace: <line> || ||2058||Unable to set index on the newly created POLocalRearrange.|| + ||2059||Problem with inserting cast operator for <regular expression/binary conditional/unary operator/user defined function/fragment replicate join/cogroup/project/<operator>> in plan.|| + ||2060||Expected one leaf. Found <n> leaves.|| ||2098||Unexpected internal error.|| ||2099||Unhandled internal error.|| ||4000||The output file(s): <filename> already exists|| @@ -278, +282 @@ 1. January 21, 2009: Updated "Compendium of error messages" to include new error codes (1075, 2055 through 2057) 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 1078, 2058 through 2060) == References ==