当前位置: 首页 > 工具软件 > Apache ORC > 使用案例 >

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split

公羊嘉
2023-12-01

1. 报错

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception: org.apache.orc.FileFormatException: Malformed ORC file file:/opt/module/datas/video/1.txt. Invalid postscript.

2. 解决方法

要导入的表是以orc格式存储的,如果导入的不是orc格式的数据,如:txt等,就会报如上错误。

因此,可以先将txt导入到普通表中,再使用load命令从普通表到数据到事务表中。

 类似资料:

相关阅读

相关文章

相关问答