Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
1.1.0
-
None
Description
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