You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2010/04/16 21:14:25 UTC

[jira] Created: (HIVE-1313) Extend WriteEntity with PreExecWriteEntity and PostExecWritenEntity

Extend WriteEntity with PreExecWriteEntity and PostExecWritenEntity
-------------------------------------------------------------------

                 Key: HIVE-1313
                 URL: https://issues.apache.org/jira/browse/HIVE-1313
             Project: Hadoop Hive
          Issue Type: New Feature
            Reporter: Ning Zhang
            Assignee: Ning Zhang


WriteEntity is used for pre and post-execution hooks. Currently when a WriteEntity is created, it will be added to both pre and post execution hooks. In some situations (e.g., dynamic partitioning), a WriteEntity should only be added to pre execution hook (e.g., the whole table) and another should be only added to post execution hook (e.g., the newly created dynamic partitions). We should extend WritenEntity to PreExecWriteEntity and PostExecWriteEntity for this purpose. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira