You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2010/11/11 18:16:22 UTC

[jira] Commented: (HIVE-1781) outputs not populated for dynamic partitions at compile time

    [ https://issues.apache.org/jira/browse/HIVE-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931091#action_12931091 ] 

Namit Jain commented on HIVE-1781:
----------------------------------

In the patch, I remove the incomplete entries before the post execution hooks, so that
post-execute hooks don't have to change.

> outputs not populated for dynamic partitions at compile time
> ------------------------------------------------------------
>
>                 Key: HIVE-1781
>                 URL: https://issues.apache.org/jira/browse/HIVE-1781
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> OSTHOOK: query: create table tstsrcpart like srcpart
> POSTHOOK: type: CREATETABLE
> POSTHOOK: Output: default@tstsrcpart
> PREHOOK: query: from srcpart
> insert overwrite table tstsrcpart partition (ds, hr) select key, value, ds, hr where ds <= '2008-04-08'
> PREHOOK: type: QUERY
> PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=11
> PREHOOK: Input: default@srcpart@ds=2008-04-08/hr=12
> POSTHOOK: query: from srcpart
> As is evident from above, the outputs are not populated at all at compile time.
> This may create a problem for many components that depend on outputs: locking, authorization etc.
> However, the exact set of outputs may be needed for some other components (for example. the
> internal deployment in Facebook has a replication hook which is used for replication which needs the
> exact set of outputs). It may  be a good idea to extend WriteEntity to include a flag which indicates
> whether the output is complete or not, and then the hook can look at that flag if needed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.