sqoop蜂巢导入“尚未清除”异常

时间:2018-11-09 06:45:07

标签: hive sqoop

当我尝试运行以下sqoop命令

sqoop import \
--connect jdbc:mysql://hostname.com:3306/retail_db \
--username **** \
--password **** \
--table customers \
--hive-import \
--hive-database hariharan_hive \
--hive-table hivecustomers \
--hive-overwrite

我要例外了

  

“失败,目标目录例外   hdfs://nn01.itversity.com:8020 / apps / hive / warehouse / hariharan_hive.db / hivecustomers   尚未清理。 “

enter image description here

,但异常中给定的路径不存在。 有人可以帮我吗?..

1 个答案:

答案 0 :(得分:0)

如何通过以下命令清除Hive Metastore:

(hive shell)> msck repair table hariharan_hive.hivecustomers;