------------------------------------------------
Key: PIG-218
URL: https://issues.apache.org/jira/browse/PIG-218
Project: Pig
Issue Type: Bug
Reporter: Olga Natkovich
Assignee: Olga Natkovich
If parameter value is generated via a command, it would fail for some commands. Example:
%declare cmd `/usr/local/bin/perl -e 'print "studenttab10k"'`
This command fails because currently the command is executed via call to Runtime.exec(cmd). In this case, default tokenizer is used to split the command and it does not respect the quotes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.