[ https://issues.apache.org/jira/browse/PIG-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Dai updated PIG-2674: ---------------------------- Fix Version/s: 0.10.1 0.11 > 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 > Fix For: 0.11, 0.10.1 > > > 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