Open jgrove90 opened 12 months ago
I'm playing around with EMR on EKS and wanted to validate this custom image I made. I believe the way I am inputting the release name is wrong, but I'm running out of ideas.
I'm running emr-on-eks-custom-image validate-image -i spotify-elt -r emr-6.15.0-latest -t spark
emr-on-eks-custom-image validate-image -i spotify-elt -r emr-6.15.0-latest -t spark
but get the following error
[ERROR] No matching image with ReleaseName 'emr-6.15.0-latest' : FAIL
I also tried what the README suggests emr-6.15.0 and also emr-6.15.0:latest which I found here in the EMR on EKS release docs
emr-6.15.0
emr-6.15.0:latest
Here is an image of my terminal. You can see the aws image I used to create the spotify-elt custom image.
Any suggestions would be appreciated. Thanks!
The PR to fix the error.
I'm playing around with EMR on EKS and wanted to validate this custom image I made. I believe the way I am inputting the release name is wrong, but I'm running out of ideas.
I'm running
emr-on-eks-custom-image validate-image -i spotify-elt -r emr-6.15.0-latest -t spark
but get the following error
[ERROR] No matching image with ReleaseName 'emr-6.15.0-latest' : FAIL
I also tried what the README suggests
emr-6.15.0
and alsoemr-6.15.0:latest
which I found here in the EMR on EKS release docsHere is an image of my terminal. You can see the aws image I used to create the spotify-elt custom image.
Any suggestions would be appreciated. Thanks!