Support side-effect file generation from Hive TRANSFORM jobs ------------------------------------------------------------
Key: HIVE-1429 URL: https://issues.apache.org/jira/browse/HIVE-1429 Project: Hadoop Hive Issue Type: New Feature Reporter: Venky Iyer Assignee: Joydeep Sen Sarma Priority: Minor The goal is to allow users to create side-effect output files on the local disk, and then for successful task attempts, promote the files into an HDFS directory specified by the user. This allows for logging and writing files in formats not easily produced from TRANSFORMs. It might also be nice to have the ability to promote these files regardless of attempt success, which would allow easier debugging of why something failed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.