[
https://issues.apache.org/jira/browse/HIVE-8147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Zhou updated HIVE-8147:
--------------------------------
Description:
Fail to LOAD DATA INTO table after ALTER TABLE..SET LOCATION.
Repro steps:
1. drop table if exists hcat_altertable_16;
2. create table hcat_altertable_16(a int, b string) ROW FORMAT DELIMITED FIELDS
TERMINATED BY '\t' stored as textfile;
3. hadoop fs -put bug-22915 /data/table.dat
> Fail to LOAD DATA INTO table after ALTER TABLE..SET LOCATION
> ------------------------------------------------------------
>
> Key: HIVE-8147
> URL: https://issues.apache.org/jira/browse/HIVE-8147
> Project: Hive
> Issue Type: Bug
> Reporter: Xiaobing Zhou
> Assignee: Xiaobing Zhou
>
> Fail to LOAD DATA INTO table after ALTER TABLE..SET LOCATION.
> Repro steps:
> 1. drop table if exists hcat_altertable_16;
> 2. create table hcat_altertable_16(a int, b string) ROW FORMAT DELIMITED
> FIELDS TERMINATED BY '\t' stored as textfile;
> 3. hadoop fs -put bug-22915 /data/table.dat
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)