-
Notifications
You must be signed in to change notification settings - Fork 499
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
chore: add setup action for hadoop to avoid build failures #5353
Conversation
ef96574
to
24d7f8b
Compare
with: | ||
distribution: temurin | ||
java-version: "11" | ||
- name: Setup hadoop env |
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.
Hi, I think adding a separate action only complicates things further. How about using the cache exclusively for hadoop-3.3.5.tar.gz
here? Here is no other place uses this action.
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.
Every action related with hdfs may require this action. They all require setting up Java and a Hadoop environment.
60f5953
to
194c9c1
Compare
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.
Thank you @meteorgan for for this!
Which issue does this PR close?
None
Rationale for this change
The CI often fails because it cannot download hadoop-3.3.5, like this: https://github.com/apache/opendal/actions/runs/11973321010/job/33382084490?pr=5352
What changes are included in this PR?
Are there any user-facing changes?
No