-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-54245][INFRA] Install mlflow at Python 3.14 Docker image
#52948
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
Closed
Conversation
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
Member
Author
|
Could you review this PR, @ueshin ? |
ueshin
approved these changes
Nov 8, 2025
Member
ueshin
left a comment
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.
LGTM.
Member
Author
|
Thank you, @ueshin ! |
dongjoon-hyun
added a commit
that referenced
this pull request
Nov 8, 2025
### What changes were proposed in this pull request? This PR aims to install `mlflow` at Python 3.14 Docker image. ### Why are the changes needed? MLFlow 3.6.0 is released with Python 3.14 support via PyArrow 22.0.0. - https://pypi.org/project/mlflow/3.6.0/ Like the other images, we will add the same condition `mlflow>=2.8.1`, but it will install `MLFlow>=3.6.0` effectively. https://github.com/apache/spark/blob/a871ba4464e07cb0229b1289b125bb07da7b6265/dev/spark-test-image/python-313/Dockerfile#L71 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52948 from dongjoon-hyun/SPARK-54245. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit d16b128) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to master/4.1 for Apache Spark 4.1.0. |
zifeif2
pushed a commit
to zifeif2/spark
that referenced
this pull request
Nov 22, 2025
### What changes were proposed in this pull request? This PR aims to install `mlflow` at Python 3.14 Docker image. ### Why are the changes needed? MLFlow 3.6.0 is released with Python 3.14 support via PyArrow 22.0.0. - https://pypi.org/project/mlflow/3.6.0/ Like the other images, we will add the same condition `mlflow>=2.8.1`, but it will install `MLFlow>=3.6.0` effectively. https://github.com/apache/spark/blob/5a5f03da543f2bc7ffc922d7e1a9a3b672234ceb/dev/spark-test-image/python-313/Dockerfile#L71 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52948 from dongjoon-hyun/SPARK-54245. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
huangxiaopingRD
pushed a commit
to huangxiaopingRD/spark
that referenced
this pull request
Nov 25, 2025
### What changes were proposed in this pull request? This PR aims to install `mlflow` at Python 3.14 Docker image. ### Why are the changes needed? MLFlow 3.6.0 is released with Python 3.14 support via PyArrow 22.0.0. - https://pypi.org/project/mlflow/3.6.0/ Like the other images, we will add the same condition `mlflow>=2.8.1`, but it will install `MLFlow>=3.6.0` effectively. https://github.com/apache/spark/blob/a871ba4464e07cb0229b1289b125bb07da7b6265/dev/spark-test-image/python-313/Dockerfile#L71 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52948 from dongjoon-hyun/SPARK-54245. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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 aims to install
mlflowat Python 3.14 Docker image.Why are the changes needed?
MLFlow 3.6.0 is released with Python 3.14 support via PyArrow 22.0.0.
Like the other images, we will add the same condition
mlflow>=2.8.1, but it will installMLFlow>=3.6.0effectively.spark/dev/spark-test-image/python-313/Dockerfile
Line 71 in a871ba4
Does this PR introduce any user-facing change?
No behavior change.
How was this patch tested?
Manual review.
Was this patch authored or co-authored using generative AI tooling?
No.