Skip to content

[Snyk] Fix for 1 vulnerabilities#94

Open
snyk-io[bot] wants to merge 2 commits intomasterfrom
snyk-fix-e1b1c1d177779248d8a3260610062a5d
Open

[Snyk] Fix for 1 vulnerabilities#94
snyk-io[bot] wants to merge 2 commits intomasterfrom
snyk-fix-e1b1c1d177779248d8a3260610062a5d

Conversation

@snyk-io
Copy link

@snyk-io snyk-io bot commented Mar 10, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Score Upgrade
high severity Insertion of Sensitive Information into Log File
SNYK-JAVA-ORGAPACHEZOOKEEPER-15443353
  115   org.apache.curator:curator-framework:
2.7.1 -> 2.9.0
org.apache.curator:curator-recipes:
2.7.1 -> 2.9.0
org.apache.hive:hive-jdbc:
2.3.4 -> 4.0.0
org.apache.hive:hive-metastore:
2.3.4 -> 4.0.0
org.apache.hive:hive-service:
2.3.4 -> 3.1.0
Major version upgrade No Path Found No Known Exploit

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.

Vulnerabilities that could not be fixed

  • Upgrade:
    • Could not upgrade org.apache.hudi:hudi-hadoop-mr@1.0.0-SNAPSHOT to org.apache.hudi:hudi-hadoop-mr@1.1.0; Reason could not apply upgrade, dependency is managed externally ; Location: provenance does not contain location

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Insertion of Sensitive Information into Log File

@snyk-io
Copy link
Author

snyk-io bot commented Mar 10, 2026

Merge Risk: High

This upgrade includes major version changes for Apache Hive and significant API deprecations in Apache Hudi, introducing high-risk breaking changes that require developer action before merging.

Top 3 Most Impactful Upgrades

1. org.apache.hive:hive-jdbc, hive-metastore (2.3.4 → 4.0.0) & hive-service (2.3.4 → 3.1.0)

  • Risk: HIGH

  • Breaking Changes: The upgrade from Hive 2.x to 3.x and 4.x introduces several critical breaking changes. The Hive 2.x and 3.x release lines are now End-of-Life (EOL).

    • Mandatory ACID Table Compaction: Before upgrading, any transactional (ACID) tables that have experienced UPDATE, DELETE, or MERGE operations must have a major compaction run on them. Failure to perform this step can lead to data corruption.
    • Metastore Schema Upgrade: The Hive Metastore database schema must be upgraded to be compatible with Hive 3.x.
    • Execution Engine Changes: Hive 4.0 deprecates the MapReduce (MR) execution engine and removes support for Hive on Spark. Workloads should be migrated to use Apache Tez.
    • Default Warehouse Directory: The default location for the Hive warehouse has been moved to /apps/hive/warehouse. Existing managed table data must be moved, or the tables must be converted to external tables.
  • Recommendation: A migration plan must be created to address the mandatory ACID table compactions and the metastore schema upgrade before this change is deployed. Verify that your jobs are not using the now-removed Hive on Spark or deprecated MapReduce execution engines.

2. org.apache.hudi:hudi-hadoop-mr (1.0.0-SNAPSHOT → 1.1.0)

  • Risk: HIGH

  • Breaking Changes: This release deprecates the HoodieRecordPayload classes, which were used to define custom record merging logic. While a backward-compatibility layer exists, this is a fundamental API change.

    • The new recommended approach is to use built-in "merge modes" (COMMIT_TIME_ORDERING, EVENT_TIME_ORDERING) or implement the new HoodieRecordMerger interface for custom logic.
  • Recommendation: Review any custom Hudi payload implementations and migrate them to the new HoodieRecordMerger interface to ensure future compatibility and take advantage of performance improvements.

3. org.apache.curator:curator-framework & curator-recipes (2.7.1 → 2.9.0)

  • Risk: LOW
  • Changes: This is a minor version upgrade. No significant breaking changes were identified in the release notes for this version range.

This set of upgrades requires significant planning and manual intervention, particularly for the Apache Hive migration.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io
Copy link
Author

snyk-io bot commented Mar 10, 2026

⚠️ Snyk checks are incomplete.

Status Scanner Critical High Medium Low Total (139)
⚠️ Open Source Security 21 118 0 0 See details
⚠️ Licenses 0 0 0 0 See details

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants