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

Pradeep Kamath updated PIG-1090:
--------------------------------

    Attachment: PIG-1090-18.patch

Attached patch to remove StoreConfig and CommittableStoreFunc and all 
references to them. StoreConfig was previously used to communicate location, 
schema and sort information for the POStore to the storeFunc through JobConf. 
This is no longer needed since storeFunc.setStoreLocation() provides the 
location and storeFunc.checkSchema() provides a ResourceSchema which has both 
the schema and sort information. CommittableStoreFunc was an additional 
interface needed to call a "commit" method on storeFunc. This is no longer 
needed since StoreFunc is now based on OutputFormat which will have an 
associated OutputCommitter.

> Update sources to reflect recent changes in load-store interfaces
> -----------------------------------------------------------------
>
>                 Key: PIG-1090
>                 URL: https://issues.apache.org/jira/browse/PIG-1090
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: 0.7.0
>            Reporter: Pradeep Kamath
>            Assignee: Pradeep Kamath
>             Fix For: 0.7.0
>
>         Attachments: PIG-1090-10.patch, PIG-1090-11.patch, PIG-1090-12.patch, 
> PIG-1090-13.patch, PIG-1090-14.patch, PIG-1090-15.patch, PIG-1090-16.patch, 
> PIG-1090-17.patch, PIG-1090-18.patch, PIG-1090-2.patch, PIG-1090-3.patch, 
> PIG-1090-4.patch, PIG-1090-6.patch, PIG-1090-7.patch, PIG-1090-8.patch, 
> PIG-1090-9.patch, PIG-1090.patch, PIG-1190-5.patch
>
>
> There have been some changes (as recorded in the Changes Section, Nov 2 2009 
> sub section of http://wiki.apache.org/pig/LoadStoreRedesignProposal) in the 
> load/store interfaces - this jira is to track the task of making those 
> changes under src. Changes under test will be addresses in a different jira.

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

Reply via email to