-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: llap
-
Labels:None
Before bumping to ORC-1.6, LLAP_ALLOCATOR_MAX_ALLOC value was also used as the ORC CacheWriter buffer size.
As per ORC-238, the max bufferSize argument can be up to 2^(3*8 - 1) – i.e., less than 8Mb.
In HIVE-23553 we decouple the two configuration (LLAP max alloc and CacheWriter buffer size) – this ticket is to investigate if there is a need for these two conf to converge.
More details: https://github.com/apache/hive/pull/1823#pullrequestreview-575698916
- is caused by
-
HIVE-23553 Upgrade ORC version to 1.6.7
-
- Resolved
-