[
https://issues.apache.org/jira/browse/HIVE-14398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436126#comment-15436126
]
Yechao Chen edited comment on HIVE-14398 at 8/25/16 2:06 AM:
-------------------------------------------------------------
[~xuefuz]
Yes,I checkout the latest trunk,the code changes a lot;
I test it, It is already fixed.thanks for your answer,so i just cancel this
patch or else?
was (Author: chenyechao):
[~xuefuz]
Yes,I checkout the latest trunk,the code has change a lot;
I test it, It is already fixed.thanks for your answer,so i just cancel this
patch or else?
> import database.tablename from path error
> -----------------------------------------
>
> Key: HIVE-14398
> URL: https://issues.apache.org/jira/browse/HIVE-14398
> Project: Hive
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 1.1.0
> Reporter: Yechao Chen
> Assignee: Yechao Chen
> Fix For: 1.1.0
>
> Attachments: HIVE-14398.1.patch
>
>
> hive>create table a(id int,name string);
> hive>export table a to '/tmp/a';
> hive> import table test.a from '/tmp/a';
> Copying data from hdfs://test:8020/tmp/a/data
> Loading data to table default.test.a
> Failed with exception Invalid table name default.test.a
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.MoveTask
> tablename should be test.a not default.test.a
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)