Browse EMR public Repositories

0

Hi, I am trying to browse EMR Repositories using the url : https://s3.us-east-1.amazonaws.com/us-east-1-emr-artifacts/repos/maven/

However, I am getting access denied. If I wanted to view the list of jars available in the repository, how do I view them ??

jayaram
demandé il y a 2 ans652 vues
1 réponse
0

You can view the list of jars available by using the following two approaches:

  1. You can use AWS Command Line Interface (CLI) to list the contents of the s3 bucket. Substitute with the emr version that you need to list the jars:
aws s3 ls s3://us-east-1-emr-artifacts/emr-6.5.0/repos/maven/org/apache/hadoop/
  1. From AWS S3 Console using the following url. Substitute with the emr version that you need to list the jars:

https://us-east-1.console.aws.amazon.com/s3/buckets/us-east-1-emr-artifacts?prefix=emr-6.5.0%2Frepos%2Fmaven%2F&tab=objects&region=us-east-1

AWS
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions