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

------------------------------------------------------------------------------
  
  === Parameter Specification ===
  
- Parameters in a pig script will be of the form `%<identifier>`. 
+ Parameters in a pig script will be of the form `$<identifier>`. 
  
  {{{
  A = load '/data/mydata/$date';

Reply via email to