You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Yuanli Dong (JIRA)" <ji...@apache.org> on 2013/08/14 01:04:47 UTC

[jira] [Created] (PIG-3422) Failed to read paths separated by commas

Yuanli Dong created PIG-3422:
--------------------------------

             Summary: Failed to read paths separated by commas
                 Key: PIG-3422
                 URL: https://issues.apache.org/jira/browse/PIG-3422
             Project: Pig
          Issue Type: Bug
            Reporter: Yuanli Dong


Suppose I want to load data using this script:
a = load './newavro/data/avro/Employee3.ser,./newavro/data/avro/Employee4.ser' USING AvroStorage ();
It will fail because multiple paths separated by commas are not handled by Avrostorage

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira