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
进行更新或删除