You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Milind Bhandarkar (JIRA)" <ji...@apache.org> on 2009/06/18 21:46:07 UTC

[jira] Created: (PIG-857) Pig should implement Tool interface from Hadoop

Pig should implement Tool interface from Hadoop
-----------------------------------------------

                 Key: PIG-857
                 URL: https://issues.apache.org/jira/browse/PIG-857
             Project: Pig
          Issue Type: Improvement
          Components: impl
    Affects Versions: 0.3.0
         Environment: All
            Reporter: Milind Bhandarkar


Hadoop, Hadoop Streaming, and Hadoop Pipes all use Tool interface, which provides support for parsing generic options. This has resulted in consistent options for all three hadoop launch mechanisms. Pig should also implement Tool (or use GenericOptionsParser directly.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (PIG-857) Pig should implement Tool interface from Hadoop

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

Richard Ding reassigned PIG-857:
--------------------------------

    Assignee: Richard Ding

> Pig should implement Tool interface from Hadoop
> -----------------------------------------------
>
>                 Key: PIG-857
>                 URL: https://issues.apache.org/jira/browse/PIG-857
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.3.0
>         Environment: All
>            Reporter: Milind Bhandarkar
>            Assignee: Richard Ding
>
> Hadoop, Hadoop Streaming, and Hadoop Pipes all use Tool interface, which provides support for parsing generic options. This has resulted in consistent options for all three hadoop launch mechanisms. Pig should also implement Tool (or use GenericOptionsParser directly.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIG-857) Pig should implement Tool interface from Hadoop

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

Richard Ding resolved PIG-857.
------------------------------

    Fix Version/s: 0.8.0
       Resolution: Fixed

PIG-1333 fixed this by using GenericOptionsParser in both Main and PigRunner.

> Pig should implement Tool interface from Hadoop
> -----------------------------------------------
>
>                 Key: PIG-857
>                 URL: https://issues.apache.org/jira/browse/PIG-857
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.3.0
>         Environment: All
>            Reporter: Milind Bhandarkar
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>
> Hadoop, Hadoop Streaming, and Hadoop Pipes all use Tool interface, which provides support for parsing generic options. This has resulted in consistent options for all three hadoop launch mechanisms. Pig should also implement Tool (or use GenericOptionsParser directly.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.