org.apache.hadoop.hive.ql.exec.MoveTask

  • 背景
    在测试环境使用个人账号创库创表
    在对表进行insert overwrite table 操作的时候出现下面报错

Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Exception when loading 42 in table intelligent_customer_service_wide_dwd with loadPath=hdfs://hdptest/warehouse/tablespace/managed/hive/smartdb.db/intelligent_customer_service_wide_dwd/.hive-staging_hive_2022-04-14_15-14-59_345_4095319418070404262-2/-ext-10000

  • 在排查了三小时之后,换了一个账号运行成功了
  • 总结

权限问题,找运维改权限

你可能感兴趣的:(大数据,大数据)