Skip to content
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

Use archive.apache.org domain for Apache Hive #210

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Oct 11, 2024

The job is failing on master because 3.1.3 no longer exists in https://dlcdn.apache.org/hive.

#8 ERROR: process "/bin/sh -c curl -fLsS -o /tmp/hive.tar.gz --url $HIVE_BINARY_PATH &&     tar xzf /tmp/hive.tar.gz --directory /opt && mv /opt/apache-hive-${HIVE_VERSION}-bin /opt/hive" did not complete successfully: exit code: 22
------
 > [ 4/10] RUN curl -fLsS -o /tmp/hive.tar.gz --url https://dlcdn.apache.org/hive/hive-3.1.3/apache-hive-3.1.3-bin.tar.gz &&     tar xzf /tmp/hive.tar.gz --directory /opt && mv /opt/apache-hive-3.1.3-bin /opt/hive:
0.583 curl: (22) The requested URL returned error: 404
------

https://github.com/trinodb/docker-images/actions/runs/11271958170/job/31345890289

@cla-bot cla-bot bot added the cla-signed label Oct 11, 2024
@ebyhr ebyhr requested review from wendigo and hashhar October 11, 2024 02:43
@ebyhr ebyhr merged commit c2091c7 into trinodb:master Oct 11, 2024
14 checks passed
@ebyhr ebyhr deleted the ebi/hive branch October 11, 2024 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants