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 2009/03/12 02:51:37 UTC

[Pig Wiki] Update of "PigStreamingFunctionalSpec" by PradeepKamath

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 PradeepKamath:
http://wiki.apache.org/pig/PigStreamingFunctionalSpec

------------------------------------------------------------------------------
  or 
  {{{
  DEFINE CMD `script` ship('/a/b/script');
- OP = stream IP through `script`;
+ OP = stream IP through CMD`;
  }}}
  
  Shipping files to relative paths or absolute paths is undefined and mostly will fail since users might not have permissions to read/write/execute from arbitraty paths on the actual clusters.