Anuroopa George created PIG-3118: ------------------------------------ Summary: Append function which appends data to a given file Key: PIG-3118 URL: https://issues.apache.org/jira/browse/PIG-3118 Project: Pig Issue Type: New Feature Components: build, grunt, parser, tools Affects Versions: 0.10.0 Reporter: Anuroopa George
STORE B INTO 'path of file X'; STORE C INTO 'path of file X'; Currently when if we try to execute this we will get an "Output directory path of file X already exists" error Instead of this can we add a feature which appends the contents of C to B? ie file X should contain both B and C -- 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