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

[jira] Work started: (PIG-66) Providing Hadoop (or generally any Platform) Configuration to Pig Storage

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

Work on PIG-66 started by Amir Youssefi.

> Providing Hadoop (or generally any Platform) Configuration to Pig Storage
> -------------------------------------------------------------------------
>
>                 Key: PIG-66
>                 URL: https://issues.apache.org/jira/browse/PIG-66
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Amir Youssefi
>            Assignee: Amir Youssefi
>            Priority: Minor
>
> To support new Storage Functions (e.g. Sequence File Storage) Pig Storage interface (StoreFunc.java) needs to provide access to Hadoop (or generally any Platform) configurations. Currently it passed only an OutputStream. 
> (from org.apache.pig.StoreFunc.java)
>     public abstract void bindTo(OutputStream os) throws IOException;
> -Amir

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