Prashant Kommireddi created PIG-3091:
----------------------------------------

             Summary: Make schema, header and stats file configurable in 
JsonMetadata
                 Key: PIG-3091
                 URL: https://issues.apache.org/jira/browse/PIG-3091
             Project: Pig
          Issue Type: Improvement
            Reporter: Prashant Kommireddi
            Assignee: Prashant Kommireddi
             Fix For: 0.12


JsonMetadata currently sets schema, header and stats file to the following

{code}
    private String schemaFileName = ".pig_schema";
    private String headerFileName = ".pig_header";
    private String statFileName = ".pig_stats";
{code}

This could be made configurable so users can create custom schema files (used 
by custom Load/StoreFuncs)


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