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
preguntada hace 2 años651 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas