You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
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?
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: