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

AWS creds provider while running spark app on Kubernetes #117

Open
tbhangalenice opened this issue Apr 5, 2023 · 0 comments
Open

AWS creds provider while running spark app on Kubernetes #117

tbhangalenice opened this issue Apr 5, 2023 · 0 comments

Comments

@tbhangalenice
Copy link

I'm running spark streaming application on Kubernetes, where-in service-account has the aws IAM role to connect to aws services.

But while running the app is not able to connect to aws with any of the configs below:
"spark.sql.kinesis.aws.credentials.provider": "com.amazonaws.auth.WebIdentityTokenCredentialsProvider"
"spark.sql.kinesis.aws.credentials.provider": "com.amazonaws.auth.DefaultAWSCredentialsProviderChain"
"spark.sql.kinesis.aws.credentials.provider": "com.amazonaws.auth.AWSSessionCredentialsProvider"

Tried both configs awsUseInstanceProfile true and false, with no luck.

The spark app is running fine my local system with DefaultAWSCredentialsProviderChain, but having issues while running on Kubernetes. Could anyone please help on this?

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

No branches or pull requests

1 participant