Field Cady created PIG-3301:
-------------------------------
Summary: file globbing causing param substitution to fail
Key: PIG-3301
URL: https://issues.apache.org/jira/browse/PIG-3301
Project: Pig
Issue Type: Bug
Components: grunt
Environment: Mac OS Lion
Reporter: Field Cady
It is possible to cause parameter substitution to fail in pig scripts. The
following script fails because the parameters don't get substituted:
fs -cp $scriptpath/*.py .
data = load '$inputdir/*/cluster' using PigStorage(',');
store data into '$outputdir/data';
I'm trying to attach a compressed directory that shows the problem.
--
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