You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2010/08/23 22:26:16 UTC

[jira] Updated: (PIG-1484) BinStorage should support comma seperated path

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

Olga Natkovich updated PIG-1484:
--------------------------------

    Release Note: 
In Pig 0.7.0 only a single location is supported as input to BinStorage. (This location can be a file, a directory or a glob). With Pig 0.8.0 we are making BinSTorage  (similar to PigStorage) support a list of locations.

Example:

a = load '1.bin,2.bin' using BinStorage();



> BinStorage should support comma seperated path
> ----------------------------------------------
>
>                 Key: PIG-1484
>                 URL: https://issues.apache.org/jira/browse/PIG-1484
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: PIG-1484-1.patch, PIG-1484-2.patch, PIG-1484-3.patch
>
>
> BinStorage does not take comma seperated path. The following script fail:
> a = load '1.bin,2.bin' using BinStorage();
> dump a;

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