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

------------------------------------------------------------------------------
  Parameters can be passed via pig command line using `-param <param>=<val>` 
construct. Multiple parameters can be specified. If the same parameter is 
specified multiple times, the last value will be used and a warning will be 
generated.
  
  {{{
- pig -param date='20080201'
+ pig -param date=\'20080201\'
  }}}
  
  ==== Parameter File ====

Reply via email to