[
https://issues.apache.org/jira/browse/HIVE-14341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aihua Xu updated HIVE-14341:
----------------------------
Attachment: HIVE-14341.1.patch
> Altered skewed location is not respected for list bucketing
> -----------------------------------------------------------
>
> Key: HIVE-14341
> URL: https://issues.apache.org/jira/browse/HIVE-14341
> Project: Hive
> Issue Type: Bug
> Components: Query Planning
> Affects Versions: 2.0.1
> Reporter: Aihua Xu
> Assignee: Aihua Xu
> Attachments: HIVE-14341.1.patch
>
>
> CREATE TABLE list_bucket_single (key STRING, value STRING)
> SKEWED BY (key) ON (1,5,6) STORED AS DIRECTORIES;
> alter table list_bucket_single set skewed location
> (''1"="/user/hive/warehouse/hdfs_skewed/new1");
> While when you insert a row to key 1, the location falls back to the default
> one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)