You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2008/05/02 03:52:55 UTC

[jira] Created: (PIG-227) Minor irritants in parsing input/output specs for streaming command in the define clause

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.


[jira] Updated: (PIG-227) Minor irritants in parsing input/output specs for streaming command in the define clause

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated PIG-227:
------------------------------

    Attachment: PIG-227_0_20080501.patch

Straight-forward fix to the QueryParser to handle the aforementioned cases...

> 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
>         Attachments: PIG-227_0_20080501.patch
>
>
> 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.


[jira] Updated: (PIG-227) Minor irritants in parsing input/output specs for streaming command in the define clause

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-227:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

committed the fix, thanks Arun

> 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
>         Attachments: PIG-227_0_20080501.patch, PIG-227_1_20080502.patch
>
>
> 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.


[jira] Updated: (PIG-227) Minor irritants in parsing input/output specs for streaming command in the define clause

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated PIG-227:
------------------------------

    Status: Patch Available  (was: Open)

Marking it PA, passes all unit tests locally...

> 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
>         Attachments: PIG-227_0_20080501.patch
>
>
> 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.


[jira] Updated: (PIG-227) Minor irritants in parsing input/output specs for streaming command in the define clause

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated PIG-227:
------------------------------

    Attachment: PIG-227_1_20080502.patch

Updated patch to reflect recent changes to trunk ...

> 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
>         Attachments: PIG-227_0_20080501.patch, PIG-227_1_20080502.patch
>
>
> 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.