-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
159afd6
commit e39d411
Showing
1 changed file
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters