Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Question on throughput parameter #74

Open
rbabu7 opened this issue Jul 24, 2020 · 0 comments
Open

Question on throughput parameter #74

rbabu7 opened this issue Jul 24, 2020 · 0 comments

Comments

@rbabu7
Copy link

rbabu7 commented Jul 24, 2020

So far this code is working great for me , thank you very much.

I am setting throughput as 25000 , but getting throttled error, and Dynamodb is hovering around 40000 WCU in metrics tab and sometimes it gets to 55000 WCU. Is there any other parameter that throughput depends on?

final.repartition(300).write.option("tableName", table).option("writeBatchSize",25).option("throughput",25000)

com.amazonaws.services.dynamodbv2.model.RequestLimitExceededException: Throughput exceeds the current throughput limit for your account. Please contact AWS Support at https://aws.amazon.com/support request a limit increase (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: RequestLimitExceeded; Request ID: L5VFK8QJA1E2J5GG58S26K1VGRVV4KQNSO5AEMVJF66Q9ASUAAJG)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant