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
gefragt vor 2 Jahren651 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen

Relevanter Inhalt