-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 1.3] Bumping hadoop-hdfs version to 3.3.4 #6012
Conversation
Signed-off-by: Ryan Bogan <[email protected]>
Signed-off-by: Ryan Bogan <[email protected]>
Signed-off-by: Ryan Bogan <[email protected]>
Looks like the backport worktree on my local didn't reset, so this contains changes from #6010 |
@@ -41,4 +43,5 @@ dependencies { | |||
api "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${versions.jackson}" | |||
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" | |||
api 'net.minidev:json-smart:2.4.8' | |||
api 'org.apache.zookeeper:zookeeper:3.8.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah everything with zookeeper is from that PR - I'll rerun gradle check once that one is merged
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ryan Bogan <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sarat Vemulapalli [email protected]
Description
Bumping Hadoop-HDFS version in main
Backport of #4644
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.