Open yoshihitoh opened 3 years ago
HI @yoshihitoh , could you resolve the conflicts?
Hi @tbugfinder , thank you for checking this PR.
I resolved the conflicts by rebasing with the master branch, and changing the base branch from glue-0.9
to master
. Maybe I made a mistake in choosing the branch when I opened this.
Confirmed those URLs work.
$ curl -I https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-1.0/spark-2.4.3-bin-hadoop2.8.tgz
HTTP/1.1 200 OK
x-amz-id-2: pTB3cZBwBOhU0DlYP0FUruGuZ/Eabm8EorLcjXFkoZpROtTrDQJJxmSmkBsFNv8Q4NXChuJ+BYo=
x-amz-request-id: 0BS6NMDKYXTYVNBZ
Date: Tue, 17 May 2022 06:01:53 GMT
Last-Modified: Tue, 17 Sep 2019 17:47:19 GMT
ETag: "bff157160f1ae778baabb801d113915e-13"
x-amz-version-id: null
Accept-Ranges: bytes
Content-Type: application/x-gzip
Server: AmazonS3
Content-Length: 206432845
$ curl -I https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-2.0/spark-2.4.3-bin-hadoop2.8.tgz
HTTP/1.1 200 OK
x-amz-id-2: pTB3cZBwBOhU0DlYP0FUruGuZ/Eabm8EorLcjXFkoZpROtTrDQJJxmSmkBsFNv8Q4NXChuJ+BYo=
x-amz-request-id: 0BS6NMDKYXTYVNBZ
Date: Tue, 17 May 2022 06:01:53 GMT
Last-Modified: Tue, 17 Sep 2019 17:47:19 GMT
ETag: "bff157160f1ae778baabb801d113915e-13"
x-amz-version-id: null
Accept-Ranges: bytes
Content-Type: application/x-gzip
Server: AmazonS3
Content-Length: 206432845
Issue #, if available:
Description of changes: Fix spark distribution url.
tgz1
totgz
Tested with commands below.
before this PR
HTTP/1.1 404 Not Found
for both urls.after this PR
HTTP/1.1 200 OK
for both urls.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.