[SPARK-57689][BUILD] Replace kubernetes-httpclient-okhttp with kubernetes-httpclient-vertx in LICENSE-binary#56765
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
[SPARK-57689][BUILD] Replace kubernetes-httpclient-okhttp with kubernetes-httpclient-vertx in LICENSE-binary#56765dongjoon-hyun wants to merge 1 commit into
kubernetes-httpclient-okhttp with kubernetes-httpclient-vertx in LICENSE-binary#56765dongjoon-hyun wants to merge 1 commit into
Conversation
Member
Author
|
cc @huaxingao as the release manager. |
…ernetes-httpclient-vertx` in `LICENSE-binary`
9c17d28 to
0e543f0
Compare
Member
Author
|
Thank you, @huaxingao ! |
dongjoon-hyun
added a commit
that referenced
this pull request
Jun 25, 2026
…ernetes-httpclient-vertx` in `LICENSE-binary` ### What changes were proposed in this pull request? This PR updates `LICENSE-binary` to replace `io.fabric8:kubernetes-httpclient-okhttp` with `io.fabric8:kubernetes-httpclient-vertx`: ``` -io.fabric8:kubernetes-httpclient-okhttp +io.fabric8:kubernetes-httpclient-vertx ``` ### Why are the changes needed? After the fabric8 `kubernetes-client` 7.x upgrade (SPARK-50493) switched the HTTP backend from OkHttp to Vert.x, the distribution bundles `kubernetes-httpclient-vertx` instead of `kubernetes-httpclient-okhttp`. This keeps `LICENSE-binary` consistent with the actual bundled jars. Both are Apache License 2.0. - #49159 https://github.com/apache/spark/blob/e6fcb8440915e6e0f4f4945b486bfb2c568f9562/dev/deps/spark-deps-hadoop-3-hive-2.3#L160 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) Closes #56765 from dongjoon-hyun/SPARK-57689. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 5d2a111) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Jun 25, 2026
…ernetes-httpclient-vertx` in `LICENSE-binary` ### What changes were proposed in this pull request? This PR updates `LICENSE-binary` to replace `io.fabric8:kubernetes-httpclient-okhttp` with `io.fabric8:kubernetes-httpclient-vertx`: ``` -io.fabric8:kubernetes-httpclient-okhttp +io.fabric8:kubernetes-httpclient-vertx ``` ### Why are the changes needed? After the fabric8 `kubernetes-client` 7.x upgrade (SPARK-50493) switched the HTTP backend from OkHttp to Vert.x, the distribution bundles `kubernetes-httpclient-vertx` instead of `kubernetes-httpclient-okhttp`. This keeps `LICENSE-binary` consistent with the actual bundled jars. Both are Apache License 2.0. - #49159 https://github.com/apache/spark/blob/e6fcb8440915e6e0f4f4945b486bfb2c568f9562/dev/deps/spark-deps-hadoop-3-hive-2.3#L160 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) Closes #56765 from dongjoon-hyun/SPARK-57689. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 5d2a111) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Jun 25, 2026
…ernetes-httpclient-vertx` in `LICENSE-binary` ### What changes were proposed in this pull request? This PR updates `LICENSE-binary` to replace `io.fabric8:kubernetes-httpclient-okhttp` with `io.fabric8:kubernetes-httpclient-vertx`: ``` -io.fabric8:kubernetes-httpclient-okhttp +io.fabric8:kubernetes-httpclient-vertx ``` ### Why are the changes needed? After the fabric8 `kubernetes-client` 7.x upgrade (SPARK-50493) switched the HTTP backend from OkHttp to Vert.x, the distribution bundles `kubernetes-httpclient-vertx` instead of `kubernetes-httpclient-okhttp`. This keeps `LICENSE-binary` consistent with the actual bundled jars. Both are Apache License 2.0. - #49159 https://github.com/apache/spark/blob/e6fcb8440915e6e0f4f4945b486bfb2c568f9562/dev/deps/spark-deps-hadoop-3-hive-2.3#L160 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) Closes #56765 from dongjoon-hyun/SPARK-57689. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 5d2a111) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Jun 25, 2026
…ernetes-httpclient-vertx` in `LICENSE-binary` ### What changes were proposed in this pull request? This PR updates `LICENSE-binary` to replace `io.fabric8:kubernetes-httpclient-okhttp` with `io.fabric8:kubernetes-httpclient-vertx`: ``` -io.fabric8:kubernetes-httpclient-okhttp +io.fabric8:kubernetes-httpclient-vertx ``` ### Why are the changes needed? After the fabric8 `kubernetes-client` 7.x upgrade (SPARK-50493) switched the HTTP backend from OkHttp to Vert.x, the distribution bundles `kubernetes-httpclient-vertx` instead of `kubernetes-httpclient-okhttp`. This keeps `LICENSE-binary` consistent with the actual bundled jars. Both are Apache License 2.0. - #49159 https://github.com/apache/spark/blob/e6fcb8440915e6e0f4f4945b486bfb2c568f9562/dev/deps/spark-deps-hadoop-3-hive-2.3#L160 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) Closes #56765 from dongjoon-hyun/SPARK-57689. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 5d2a111) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to master/4.x/4.2/4.1/4.0. |
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?
This PR updates
LICENSE-binaryto replaceio.fabric8:kubernetes-httpclient-okhttpwith
io.fabric8:kubernetes-httpclient-vertx:Why are the changes needed?
After the fabric8
kubernetes-client7.x upgrade (SPARK-50493) switched the HTTPbackend from OkHttp to Vert.x, the distribution bundles
kubernetes-httpclient-vertxinstead of
kubernetes-httpclient-okhttp. This keepsLICENSE-binaryconsistentwith the actual bundled jars. Both are Apache License 2.0.
6.xto7.x#49159spark/dev/deps/spark-deps-hadoop-3-hive-2.3
Line 160 in e6fcb84
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manual review.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.8)