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
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.