失败:执行错误,从org.apache.hadoop.hive.ql.exec.MoveTask返回代码1

时间:2019-05-23 09:30:01

标签: hadoop hive hiveql

在将数据导入分区表时遇到一个奇怪的问题。下面是查询。

INSERT OVERWRITE table db.table1 partition(date) select A.*,A.date from db.table2 A;  

查询有时会获得成功,有时会因以下错误而失败

 loadPath=hdfs://XXXX-stage/apps/hive/warehouse/db/table1/.hive-staging_hive_2019-05-23_13-19-46_489_3802254788452968282-1/-ext-10000
FAILED: Execution Error, return code 1 from 
org.apache.hadoop.hive.ql.exec.MoveTask

我已经检查了创建登台文件的权限。该目录已打开。另外,我检查了多个参数。

一旦我以Debug模式运行查询,我下面就是错误,其中一项工作失败了

[load-dynamic-partitions-1]: WARN metastore.RetryingMetaStoreClient: MetaStoreClient lost connection. Attempting to reconnect (2 of 24) after 5s. fireListenerEvent

0 个答案:

没有答案