You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Suman Jandhyala (JIRA)" <ji...@apache.org> on 2015/11/10 20:41:11 UTC

[jira] [Commented] (HIVE-11662) Dynamic partitioning cannot be applied to external table which contains part-spec like directory name

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

Suman Jandhyala commented on HIVE-11662:
----------------------------------------

Is there a workaround until the patch is merged?

> Dynamic partitioning cannot be applied to external table which contains part-spec like directory name
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-11662
>                 URL: https://issues.apache.org/jira/browse/HIVE-11662
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-11662.1.patch.txt, HIVE-11662.2.patch.txt
>
>
> Some users want to use part-spec like directory name in their partitioned table locations, something like,
> {noformat}
> /something/warehouse/some_key=some_value
> {noformat}
> DP calculates additional partitions from full path, and makes exception something like,
> {noformat}
> Failed with exception Partition spec {some_key=some_value, part_key=part_value} contains non-partition columns
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)