最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - Apache ORC buffer size too small - Stack Overflow

programmeradmin0浏览0评论

I face the attached problem when reading an orc file:

Is it possible to change this buffer size of 65536 to the needed one of 1817279? Which configuration values do I have to adapt in order to set this value?

I did not find the correct configuration value in the documentation.

I face the attached problem when reading an orc file:

Is it possible to change this buffer size of 65536 to the needed one of 1817279? Which configuration values do I have to adapt in order to set this value?

I did not find the correct configuration value in the documentation.

Share Improve this question edited Feb 3 at 18:51 f_puras 2,5044 gold badges36 silver badges46 bronze badges asked Feb 3 at 16:21 Ruben HartensteinRuben Hartenstein 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

The exceeding buffer-size is related to an issue with the HDFS Erasure Coding (EC) file-encoding. See this issue at Apache ORC:

  • Buffer size too small. size · Issue #1939 · apache/orc

It could be traced back to the Hadoop HDFS bug:

  • [HDFS-17535] I have confirmed the EC corrupt file, can this corrupt file be restored? - ASF JIRA

So, check your Hadoop HDFS version if it is affected by this bug.

发布评论

评论列表(0)

  1. 暂无评论