Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readme to use aws CLI and fixed paths. Updated spark_sql version #233

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

cabeaulac
Copy link
Contributor

Works with LocalStack in my working branch for EMR updates now.

@cabeaulac cabeaulac self-assigned this Dec 8, 2023
@cabeaulac cabeaulac merged commit 524c1a3 into master Dec 9, 2023
1 check failed
Comment on lines +15 to +29
Configure a custom profile to use with LocalStack. Add the following profile to your AWS configuration file (by default, this file is at ~/.aws/config):
```shell
[profile localstack]
region=us-east-1
output=json
endpoint_url = http://localhost:4566
```

Add the following profile to your AWS credentials file (by default, this file is at ~/.aws/credentials):
```shell
[localstack]
aws_access_key_id=test
aws_secret_access_key=test
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@alexrashed alexrashed deleted the emr-serverless-update branch December 11, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants