sqoop导入表未更新或删除

时间:2018-06-20 13:39:41

标签: hive

sqoop import 
--connect jdbc:mysql://xxx.xxx.xxx:3306/test 
--username root 
--password xxxx 
--table brent_day 
-m 1 
--hive-import 
--delete-target-dir 
--num-mappers 3 
--hive-database bigdata_priceprediction 
--hive-table temp1_brent_day;

编译语句时出错:

  

失败:SemanticException [错误10297]:尝试对不使用bigdata_priceprediction.temp1_brent_day或未存储的表AcidOutputFormat进行更新或删除

0 个答案:

没有答案