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

existing maven binary returns 404. Changing to the working link #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sguruvar
Copy link

What is the Purpose of the Change

(Please briefly describe the purpose of the change and leave the details in the change log section below)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Brief Change Log

(Please list out all the changed items)

Verifying This Change

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (100MB)
  • Extended integration test for recovery after master failure
  • Added test that validates that TaskInfo is transferred only once across recoveries
  • Manually verified the change by running a 4 node cluser

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

Final Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@yuchaoran2011
Copy link
Collaborator

@SG09 What's the error message you got with the current Maven URL? The existing curl command worked for me just now

@sguruvar
Copy link
Author

sguruvar commented Jan 12, 2023

@yuchaoran2011 Got this error. Post changing the URL, it worked fine.

=> [10/14] RUN curl https://downloads.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.zip -o apache-maven-3.8.6-bin.zip          1.0s
 => ERROR [11/14] RUN unzip apache-maven-3.8.6-bin.zip                                                                                           0.4s
------
 > [11/14] RUN unzip apache-maven-3.8.6-bin.zip:
#15 0.359 Archive:  apache-maven-3.8.6-bin.zip
#15 0.359   End-of-central-directory signature not found.  Either this file is not
#15 0.359   a zipfile, or it constitutes one disk of a multi-part archive.  In the
#15 0.359   latter case the central directory and zipfile comment will be found on
#15 0.359   the last disk(s) of this archive.
#15 0.359 unzip:  cannot find zipfile directory in one of apache-maven-3.8.6-bin.zip or
#15 0.359         apache-maven-3.8.6-bin.zip.zip, and cannot find apache-maven-3.8.6-bin.zip.ZIP, period.
------
executor failed running [/bin/sh -c unzip apache-maven-3.8.6-bin.zip]: exit code: 9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants