[jira] Updated: (PIG-1133) UDFContext should be made available to LoadFunc.bindTo

2009-12-08 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1133:


  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

Patch committed to both trunk and 0.6 branch.

> UDFContext should be made available to LoadFunc.bindTo
> --
>
> Key: PIG-1133
> URL: https://issues.apache.org/jira/browse/PIG-1133
> Project: Pig
>  Issue Type: Bug
>  Components: impl
>Affects Versions: 0.4.0
>Reporter: Daniel Dai
>Assignee: Daniel Dai
> Fix For: 0.6.0
>
> Attachments: PIG-1133-1.patch
>
>
> Currently UDFContext is available at frontend, map and reduce. However, 
> LoadFunc.bindTo will be called on InputFormat.getSplits, which is on a 
> different context then the ones mentioned before. UDFContext should be 
> available in that context as well.

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



[jira] Updated: (PIG-1133) UDFContext should be made available to LoadFunc.bindTo

2009-12-07 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1133:


Status: Patch Available  (was: Open)

> UDFContext should be made available to LoadFunc.bindTo
> --
>
> Key: PIG-1133
> URL: https://issues.apache.org/jira/browse/PIG-1133
> Project: Pig
>  Issue Type: Bug
>  Components: impl
>Affects Versions: 0.4.0
>Reporter: Daniel Dai
>Assignee: Daniel Dai
> Fix For: 0.6.0
>
> Attachments: PIG-1133-1.patch
>
>
> Currently UDFContext is available at frontend, map and reduce. However, 
> LoadFunc.bindTo will be called on InputFormat.getSplits, which is on a 
> different context then the ones mentioned before. UDFContext should be 
> available in that context as well.

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



[jira] Updated: (PIG-1133) UDFContext should be made available to LoadFunc.bindTo

2009-12-07 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1133:


Attachment: PIG-1133-1.patch

This issue is not reproducible in either hadoop local mode and MiniCluster. So 
it is meaningless to include a unit test. I test it manually on a real cluster.

> UDFContext should be made available to LoadFunc.bindTo
> --
>
> Key: PIG-1133
> URL: https://issues.apache.org/jira/browse/PIG-1133
> Project: Pig
>  Issue Type: Bug
>  Components: impl
>Affects Versions: 0.4.0
>Reporter: Daniel Dai
>Assignee: Daniel Dai
> Fix For: 0.6.0
>
> Attachments: PIG-1133-1.patch
>
>
> Currently UDFContext is available at frontend, map and reduce. However, 
> LoadFunc.bindTo will be called on InputFormat.getSplits, which is on a 
> different context then the ones mentioned before. UDFContext should be 
> available in that context as well.

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