-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update Hadoop to 3.4.2 and enable security (Kerberos) integration tests under JDK-24 and above #19952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ts under JDK-24 and above Signed-off-by: Andriy Redko <[email protected]>
plugins/repository-hdfs/src/main/plugin-metadata/plugin-security.policy
Outdated
Show resolved
Hide resolved
|
❕ Gradle check result for fb6020d: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19952 +/- ##
============================================
- Coverage 73.25% 73.21% -0.05%
- Complexity 71555 71571 +16
============================================
Files 5785 5785
Lines 326828 326907 +79
Branches 47295 47295
============================================
- Hits 239429 239338 -91
- Misses 68163 68326 +163
- Partials 19236 19243 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Andriy Redko <[email protected]>
…ts under JDK-24 and above (opensearch-project#19952) * Update Hadoop to 3.4.2 and enable security (Kerberos) integration tests under JDK-24 and above Signed-off-by: Andriy Redko <[email protected]> * Address code review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]>
…ts under JDK-24 and above (opensearch-project#19952) * Update Hadoop to 3.4.2 and enable security (Kerberos) integration tests under JDK-24 and above Signed-off-by: Andriy Redko <[email protected]> * Address code review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]>
Description
Update Hadoop to 3.4.2 and enable security (Kerberos) integration tests under JDK-24 and above. Latest Hadoop releases have finally addressed long standing deprecated / removed Java APIs.
Related Issues
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.