[ https://issues.apache.org/jira/browse/PIG-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitriy V. Ryaboy updated PIG-2674: ----------------------------------- Summary: Document how parameter values that contain spaces can be passed to Pig (was: Parameter substitution with spaces does not work) > 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira