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
DynamoDB runtime dependencies for Delta S3 multi-writer
Delta has a "S3 multi-cluster" mode, which allows safe cocurrent writes
by multiple loaders.
To enable this mode, users can set the spark options documented by
Delta:
- `spark.delta.logStore.s3.impl=io.delta.storage.S3DynamoDBLogStore`
- `spark.io.delta.storage.S3DynamoDBLogStore.ddb.tableName=???`
- `spark.io.delta.storage.S3DynamoDBLogStore.ddb.region=???`
- (and some others)
This commit adds the necessary runtime dependencies for this mode.
0 commit comments