You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2013/03/07 02:16:54 UTC

[Pig Wiki] Update of "PigErrorHandlingInScripts" by Aniket Mokashi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.

The "PigErrorHandlingInScripts" page has been changed by Aniket Mokashi:
http://wiki.apache.org/pig/PigErrorHandlingInScripts?action=diff&rev1=9&rev2=10

   * Ignore tuples that cause exceptions and log warnings
   * Ignore tuples that cause exceptions and redirect them to an error relation (to enable statistics, debugging, ...)
   * Write their own error handler
+ 
+ == Jira ==
+ https://issues.apache.org/jira/browse/PIG-2620
  
  == Proposal ==
  The proposal is to add a ONERROR keyword ("on error", following the existing naming conventions: http://pig.apache.org/docs/r0.8.0/piglatin_ref2.html#Reserved+Keywords) (we're still looking for a good keyword: ON_ERROR (_ not used so far) vs ONERROR (harder to read) vs ON ERROR (ON not a keyword so far) vs ...)