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

Reply via email to