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 ------------------------------------------------------------------------------ ||1007||Found duplicates in schema. <list of duplicate column names> . Please alias the columns with unique names.|| ||1008||Expected a bag with a single element of type tuple but got a bag schema with multiple elements|| ||1009||Expected a bag with a single element of type tuple but got an element of type <type>|| - ||1010||getAtomicGroupByType is used only when dealing with atomic group col|| + ||1010||getAtomicGroupByType is used only when dealing with atomic <group/join> col|| - ||1011||getTupleGroupBySchema is used only when dealing with tuple group col|| + ||1011||getTupleGroupBySchema is used only when dealing with <tuple/join> group col|| - ||1012||Each COGroup input has to have the same number of inner plans|| + ||1012||Each <COGroup/join> input has to have the same number of inner plans|| - ||1013||Grouping attributes can either be star (*) or a list of expressions, but not both.|| + ||1013||<Grouping/Join> attributes can either be star (*) or a list of expressions, but not both.|| ||1014||Problem with input <operator> of User-defined function: <function>|| ||1015||Error determining fieldschema of constant: <constant>|| ||1016||Problems in merging user defined schema|| @@ -344, +344 @@ 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 through 1082, 2067 through 2092, 6014) 1. February 3, 2009: Updated "Compendium of error messages" to include new error codes (updated 2098 and 2099 to 2998 and 2999 respectively, added 2093 through 2101, 2103 through 2107) - 1. February 4, 2009: Updated "Compendium of error messages" to include new error codes (updated 2106, added 2102, 2108 through 2113) + 1. February 4, 2009: Updated "Compendium of error messages" to include new error codes (updated 1010, 1011, 1012 and 2106; added 2102, 2108 through 2113) == References ==