Hive sqoop配置单元导入“;“未被清洁”;例外

Hive sqoop配置单元导入“;“未被清洁”;例外,hive,sqoop,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 我也有例外 “失败,目标目

当我尝试运行以下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 还没有清理干净。”

但是异常中给出的路径不存在。。
有人能帮我吗?。

用以下命令清除配置单元元存储怎么样:

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

如果passworrd和hostname是真的,请将其更改为1