Pig Streaming doesn't handle commands which use Unix pipes
----------------------------------------------------------
Key: PIG-216
URL: https://issues.apache.org/jira/browse/PIG-216
Project: Pig
Issue Type: Bug
Components: impl
Reporter: Arun C Murthy
Assignee: Arun C Murthy
Priority: Blocker
Currently ExecutableManager quotes each component of the the streaming command
before exec'ing it via 'bash -c exec ...', this breaks commands which use Unix
pipes:
OP = stream IP through `cut -f 1 | sort | uniq -c`
The straight-forward fix is to remove quoting of the command's components...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.