Return-Path: Delivered-To: apmail-hadoop-pig-commits-archive@www.apache.org Received: (qmail 81378 invoked from network); 5 Feb 2009 22:44:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 22:44:33 -0000 Received: (qmail 43133 invoked by uid 500); 5 Feb 2009 22:44:33 -0000 Delivered-To: apmail-hadoop-pig-commits-archive@hadoop.apache.org Received: (qmail 43113 invoked by uid 500); 5 Feb 2009 22:44:33 -0000 Mailing-List: contact pig-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-commits@hadoop.apache.org Received: (qmail 43104 invoked by uid 500); 5 Feb 2009 22:44:33 -0000 Delivered-To: apmail-incubator-pig-commits@incubator.apache.org Received: (qmail 43101 invoked by uid 99); 5 Feb 2009 22:44:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 14:44:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 22:44:31 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 80DBE118D7 for ; Thu, 5 Feb 2009 22:44:10 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: pig-commits@incubator.apache.org Date: Thu, 05 Feb 2009 22:44:10 -0000 Message-ID: <20090205224410.28351.80208@eos.apache.org> Subject: [Pig Wiki] Update of "PigErrorHandlingFunctionalSpecification" by SanthoshSrinivasan X-Virus-Checked: Checked by ClamAV on apache.org 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 ------------------------------------------------------------------------------ ||2040||Unknown exec type: || ||2041||No Plan to compile|| ||2042||Internal error. Unable to translate logical plan to physical plan.|| - ||2043||Error during execution.|| + ||2043||Unexpected error during execution.|| ||2044||The type cannot be collected as a Key type|| ||2045||Internal error. Not able to check if the leaf node is a store operator.|| ||2046||Unable to create FileInputHandler.|| @@ -296, +296 @@ ||2112||Unexpected data while reading tuple from binary file.|| ||2113||SingleTupleBag should never be serialized or serialized.|| ||2114||Expected input to be chararray, but got || + ||2115||Internal error. Expected to throw exception from the backend. Did not find any exception to throw.|| ||2998||Unexpected internal error.|| ||2999||Unhandled internal error.|| ||4000||The output file(s): already exists|| @@ -346, +347 @@ 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 1010, 1011, 1012 and 2106; added 2102, 2108 through 2114) - 1. February 5, 2009: Updated "Compendium of error messages" to include new error codes (updated 2106; added 2115) + 1. February 5, 2009: Updated "Compendium of error messages" to include new error codes (updated 2043 and 2106; added 2115) == References ==