Minor irritants in parsing input/output specs for streaming command in the
define clause
----------------------------------------------------------------------------------------
Key: PIG-227
URL: https://issues.apache.org/jira/browse/PIG-227
Project: Pig
Issue Type: Bug
Components: impl
Reporter: Arun C Murthy
Assignee: Arun C Murthy
Currently the following throw syntax errors:
1. define CMD `blah` input(stdin using PigStorage)
-> Expects *PigStorage()*
2. define CMD `blah` input(stdin)
-> Expects a 'using' clause.
Should be straight-forward fix to the parser...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.