-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.0
-
Component/s: Import/Export
-
Labels:None
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