Return-Path: Delivered-To: apmail-hadoop-pig-commits-archive@www.apache.org Received: (qmail 96801 invoked from network); 29 Jun 2010 03:29:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 03:29:22 -0000 Received: (qmail 24923 invoked by uid 500); 29 Jun 2010 03:29:22 -0000 Delivered-To: apmail-hadoop-pig-commits-archive@hadoop.apache.org Received: (qmail 24867 invoked by uid 500); 29 Jun 2010 03:29:21 -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 24860 invoked by uid 500); 29 Jun 2010 03:29:20 -0000 Delivered-To: apmail-incubator-pig-commits@incubator.apache.org Received: (qmail 24857 invoked by uid 99); 29 Jun 2010 03:29:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 03:29:20 +0000 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; Tue, 29 Jun 2010 03:29:18 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 275101761F; Tue, 29 Jun 2010 03:28:57 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 29 Jun 2010 03:28:56 -0000 Message-ID: <20100629032856.8120.82274@eos.apache.org> Subject: =?utf-8?q?=5BPig_Wiki=5D_Update_of_=22TuringCompletePig=22_by_AlanGates?= 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 chang= e notification. The "TuringCompletePig" page has been changed by AlanGates. http://wiki.apache.org/pig/TuringCompletePig?action=3Ddiff&rev1=3D4&rev2=3D5 -------------------------------------------------- } }}} = + =3D=3D=3D Other Thoughts =3D=3D=3D + Whichever way we do it, we need to consider what built in variables we ne= ed in the system. For example, it would be really nice to have a + status variable so that you could do something like: + = + {{{ + ... + store X into 'foo'; + if ($status =3D=3D 0) { -- or "success" or whatever + ... + } else { + ... + } + }}} +=20