HIVE-29707: Upgrade Apache Druid from 0.17.1 to 26.0.0#6594
Open
saihemanth-cloudera wants to merge 3 commits into
Open
HIVE-29707: Upgrade Apache Druid from 0.17.1 to 26.0.0#6594saihemanth-cloudera wants to merge 3 commits into
saihemanth-cloudera wants to merge 3 commits into
Conversation
340ac5c to
1c3ea13
Compare
The Druid 26 upgrade increases the hive-it-qfile test classpath footprint, leaving too little heap in the forked TestMiniLlapCliDriver JVM for Tez AM and mini-cluster components that run in-process alongside LLAP. Cap in-process mini LLAP executor and cache memory in LlapItUtils so Tez AM, mini YARN, and mini HDFS retain heap (fixes script_env_var2.q). Bump the qfile Surefire fork heap to 4 GB for additional headroom. Rewrite llap_io_cache.q to evaluate RPAD at runtime instead of constant- folding a ~16 MB string into the Tez MapWork plan, which OOMs the Tez AM during Kryo deserialization of map.xml. Update the expected q.out for the new INSERT shape and lineage.
1c3ea13 to
5adc8dc
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What changes were proposed in this pull request?
Upgrade Apache Druid to CVE free version
Why are the changes needed?
Avoid critical CVEs in the older version
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Unit tests