Amazon linux 2023 fix#358
Conversation
7f447e3 to
13c9236
Compare
|
Thanks for this PR @pragnesh and sorry to create a conflict. Could you explain the motivation for the following changes? They seem unrelated to the subject of this PR.
|
|
Did you test this PR against a private VPC btw? I'm wondering if #346 is affected at all by these changes. |
|
Hi @nchammas , setup-ephemeral-storage.py is not running without python package, amazon linux 2 has default python installed so it was working earlier but amazon linux 2023 need python to be installed so moved it before setting running setup-ephemeral-storage.py instance data IMDSv2 is enabed by default for amazon linux 2023, so SPARK_PUBLIC_DNS need to be adjusted for functional spark web UI link for Instance data difference between amazon linux 2 and amazon linux 2023 |
no i have not. we do you VPC but , launch it with public ip enabled. I have face similar issue with IMDSV2 so hence this fix for SPARK_PUBLIC_DNS. I have rebased my PR. |
95e2586 to
e3c394d
Compare
I have updated PR to correctly set SPARK_PUBLIC_DNS in private VPC. |
|
Sorry to leave this PR hanging. It is still on my mind and I will hopefully pick it up after I get Flintrock 2.1 out. |
e3c394d to
73c2591
Compare
73c2591 to
9051e4c
Compare
… gp3 image launch
9051e4c to
5ce2822
Compare
This PR makes the following changes:
I tested this PR by...
launching spark cluster with latest amazon linux 2023 and amazon linux 2 image. both working fine