[ 
https://issues.apache.org/jira/browse/PIG-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Le Dem updated PIG-2674:
-------------------------------

    Fix Version/s:     (was: 0.10.1)
                       (was: 0.11)

this will be fixed in a future release
                
> Document how parameter values that contain spaces can be passed to Pig
> ----------------------------------------------------------------------
>
>                 Key: PIG-2674
>                 URL: https://issues.apache.org/jira/browse/PIG-2674
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Aniket Mokashi
>              Labels: docs, simple
>
> I tried to run this on pig-0.9 branch and pig-trunk. This isn't fixed!
> Try--
> {code}
> java -cp pig.jar org.apache.pig.Main -x local -f temp.pig -p "NAME=Aniket 
> Mokashi"
> {code}
> temp.pig-
> {code}
> a = load '1.txt';
> b = foreach a generate '$NAME';
> dump b;
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to