今天往hive导数据时发生了个错误
hive> load data inpath '/user/tmp/uids.test_copy_3.txt' into table userfeature.user_strategy partition(sid='203'); Loading data to table userfeature.user_strategy partition (sid=203) Failed with exception null FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask
搜索后发现同张表里无法用同一文件名的文件多次导入,只需要把文件名改改就又能导入了
这个bug已在0.11的版本中修复 不过工作环境所用的0.9暂时就没法了~~
https://issues.apache.org/jira/browse/HIVE-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel