You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2008/08/07 23:48:44 UTC

[jira] Created: (PIG-368) User defined Loader functions need a way to get jobconf without going through Slicer

User defined Loader functions need a way to get jobconf without going through Slicer
------------------------------------------------------------------------------------

                 Key: PIG-368
                 URL: https://issues.apache.org/jira/browse/PIG-368
             Project: Pig
          Issue Type: Bug
    Affects Versions: types_branch
            Reporter: Pradeep Kamath
             Fix For: types_branch


Some user defined loader functions in the current pig release (without types) need the JobConf to build the appropriate RecordReader. Currently they do this in a round about way by using the Slicer. The jobConf should be available from PigInputFormat.

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


[jira] Updated: (PIG-368) User defined Loader functions need a way to get jobconf without going through Slicer

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

Pradeep Kamath updated PIG-368:
-------------------------------

    Status: Patch Available  (was: Open)

Attached  patch

> User defined Loader functions need a way to get jobconf without going through Slicer
> ------------------------------------------------------------------------------------
>
>                 Key: PIG-368
>                 URL: https://issues.apache.org/jira/browse/PIG-368
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Pradeep Kamath
>             Fix For: types_branch
>
>
> Some user defined loader functions in the current pig release (without types) need the JobConf to build the appropriate RecordReader. Currently they do this in a round about way by using the Slicer. The jobConf should be available from PigInputFormat.

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


[jira] Updated: (PIG-368) User defined Loader functions need a way to get jobconf without going through Slicer

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

Olga Natkovich updated PIG-368:
-------------------------------

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

patch committed. thanks pradeep for contributing

> User defined Loader functions need a way to get jobconf without going through Slicer
> ------------------------------------------------------------------------------------
>
>                 Key: PIG-368
>                 URL: https://issues.apache.org/jira/browse/PIG-368
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Pradeep Kamath
>             Fix For: types_branch
>
>         Attachments: PIG-368.patch
>
>
> Some user defined loader functions in the current pig release (without types) need the JobConf to build the appropriate RecordReader. Currently they do this in a round about way by using the Slicer. The jobConf should be available from PigInputFormat.

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


[jira] Updated: (PIG-368) User defined Loader functions need a way to get jobconf without going through Slicer

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

Pradeep Kamath updated PIG-368:
-------------------------------

    Attachment: PIG-368.patch

> User defined Loader functions need a way to get jobconf without going through Slicer
> ------------------------------------------------------------------------------------
>
>                 Key: PIG-368
>                 URL: https://issues.apache.org/jira/browse/PIG-368
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Pradeep Kamath
>             Fix For: types_branch
>
>         Attachments: PIG-368.patch
>
>
> Some user defined loader functions in the current pig release (without types) need the JobConf to build the appropriate RecordReader. Currently they do this in a round about way by using the Slicer. The jobConf should be available from PigInputFormat.

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