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

------------------------------------------------------------------------------
  ||2019||Expected to find plan with single leaf. Found <n> leaves.||
  ||2020||Expected to find plan with UDF leaf. Found <class>||
  ||2021||Internal error. Unexpected operator project(*) in local rearrange 
inner plan.||
+ ||2022||Both map and reduce phases have been done. This is unexpected while 
compiling.||
+ ||2023||Received a multi input plan when expecting only a single input one.||
+ ||2024||Expected reduce to have single leaf. Found <n> leaves.||
+ ||2025||Expected leaf of reduce plan to always be POStore. Found <class> ||
+ ||2026||No expression plan found in POSort.||
+ ||2027||Both map and reduce phases have been done. This is unexpected for a 
merge.||
+ ||2028||ForEach can only have one successor. Found <n> successors.||
+ ||2029||Error rewriting POJoinPackage.||
+ ||2030||Expected reduce plan leaf to have a single predecessor. Found <n> 
predecessors.||
+ ||2031||Found map reduce operator with POLocalRearrange as last oper but with 
no succesor.||
+ ||2032||Expected map reduce operator to have a single successor. Found <n> 
successors.||
+ ||2033||Problems in rearranging map reduce operators in plan.||
  ||4000||The output file(s): <filename>  already exists||
  ||4001||Cannot read from the storage where the output <filename> will be 
stored||
  ||4002||Can't read jar file: <name>||
@@ -199, +211 @@

        i. Updated "Additional command line switches" to remove pid from log 
file name.
     1. December 24, 2008: Updated "Compendium of error messages" to include 
new error codes (1002, 1003, 1066, 1067, 4002)
     1. December 30, 2008: Updated "Compendium of error messages" to include 
new error codes (1068, 2004 through 2017, 4003, 6002)
-    1. January 5, 2009: Updated "Compendium of error messages" to include new 
error codes (2018 through 2021)
+    1. January 5, 2009: Updated "Compendium of error messages" to include new 
error codes (2018 through 2033)
  
  == References ==
  

Reply via email to