You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Chao Wang (JIRA)" <ji...@apache.org> on 2010/04/15 18:44:51 UTC

[jira] Updated: (PIG-1375) [Zebra] To support writing multiple Zebra tables through Pig

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

Chao Wang updated PIG-1375:
---------------------------

    Attachment: PIG-1375.patch

> [Zebra] To support writing multiple Zebra tables through Pig
> ------------------------------------------------------------
>
>                 Key: PIG-1375
>                 URL: https://issues.apache.org/jira/browse/PIG-1375
>             Project: Pig
>          Issue Type: New Feature
>    Affects Versions: 0.8.0
>            Reporter: Chao Wang
>            Assignee: Chao Wang
>             Fix For: 0.8.0
>
>         Attachments: PIG-1375.patch
>
>
> In Zebra, we already have multiple outputs support for map/reduce.  But we do not support this feature if users use Zebra through Pig.
> This jira is to address this issue. We plan to support writing to multiple output tables through Pig as well.
> We propose to support the following Pig store statements with multiple outputs:
> store relation into 'loc1,loc2,loc3....' using org.apache.hadoop.zebra.pig.TableStorer('storagehint_string',
> 'complete name of your custom partition class', 'some arguments to partition class'); /* if certain partition class arguments is needed */
> store relation into 'loc1,loc2,loc3....' using org.apache.hadoop.zebra.pig.TableStorer('storagehint_string',
> 'complete name of your custom partition class'); /* if no partition class arguments is needed */
> Note that users need to specify up to three arguments - storage hint string, complete name of partition class and partition class arguments string.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira