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
asked 2 years ago638 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions