当我尝试运行以下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 尚未清理。 “
,但异常中给定的路径不存在。 有人可以帮我吗?..
答案 0 :(得分:0)
如何通过以下命令清除Hive Metastore:
(hive shell)> msck repair table hariharan_hive.hivecustomers;