[#8481] improvement(Python-CI): remove download hadoop package task#8487
Merged
jerryshao merged 3 commits intoapache:mainfrom Sep 11, 2025
Merged
[#8481] improvement(Python-CI): remove download hadoop package task#8487jerryshao merged 3 commits intoapache:mainfrom
jerryshao merged 3 commits intoapache:mainfrom
Conversation
jerryshao
reviewed
Sep 10, 2025
4dacae6 to
ad5cb92
Compare
Contributor
bf70c61 to
1652edd
Compare
1652edd to
01ccb57
Compare
Contributor
|
Please update the PR title and content. |
jerryshao
reviewed
Sep 10, 2025
| args = listOf("scripts/generate_version.py") | ||
| } | ||
|
|
||
| val downloadHadoopPack by registering(Download::class) { |
Contributor
There was a problem hiding this comment.
We can also remove the download plugin in line 27.
yuqi1129
reviewed
Sep 10, 2025
clients/client-python/tests/integration/containers/base_container.py
Outdated
Show resolved
Hide resolved
| val urlString = "$host:$port/metrics" | ||
| val successPattern = Regex("\"version\"\\s*:") | ||
|
|
||
| println("Waiting for server to be ready at $urlString (timeout: ${timeout / 1000}s)...") |
Contributor
There was a problem hiding this comment.
Will you keep the debug information?
Contributor
Author
There was a problem hiding this comment.
I think so, it's helpful and not verbose
Contributor
Author
|
All comments have been resolved. Could you please help review again? Thanks. @jerryshao @yuqi1129 |
jerryshao
approved these changes
Sep 11, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Sep 11, 2025
…8487) ### What changes were proposed in this pull request? - remove the download Hadoop package task from gradle - copy hadoop package from HDFS container ### Why are the changes needed? I noticed that the Python-CI is time-consuming, and the Hadoop package download task takes 2362.881 seconds. #8481 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? CI pass
github-actions bot
pushed a commit
that referenced
this pull request
Sep 11, 2025
…8487) ### What changes were proposed in this pull request? - remove the download Hadoop package task from gradle - copy hadoop package from HDFS container ### Why are the changes needed? I noticed that the Python-CI is time-consuming, and the Hadoop package download task takes 2362.881 seconds. #8481 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? CI pass
bharos
pushed a commit
to bharos/gravitino
that referenced
this pull request
Oct 3, 2025
…task (apache#8487) ### What changes were proposed in this pull request? - remove the download Hadoop package task from gradle - copy hadoop package from HDFS container ### Why are the changes needed? I noticed that the Python-CI is time-consuming, and the Hadoop package download task takes 2362.881 seconds. apache#8481 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? CI pass
bharos
pushed a commit
to bharos/gravitino
that referenced
this pull request
Oct 7, 2025
…task (apache#8487) ### What changes were proposed in this pull request? - remove the download Hadoop package task from gradle - copy hadoop package from HDFS container ### Why are the changes needed? I noticed that the Python-CI is time-consuming, and the Hadoop package download task takes 2362.881 seconds. apache#8481 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? CI pass
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?
Why are the changes needed?
I noticed that the Python-CI is time-consuming, and the Hadoop package download task takes 2362.881 seconds.
#8481
Does this PR introduce any user-facing change?
no
How was this patch tested?
CI pass