[
https://issues.apache.org/jira/browse/HUDI-4045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532203#comment-17532203
]
Atharva Inamdar commented on HUDI-4045:
---------------------------------------
It is worth documenting the AAWS IAM actions required by DynamoDB lock provider
as
{code:java}
{
"Sid":"DynamoDBLocksTable",
"Effect": "Allow",
"Action": [
"dynamodb:CreateTable",
"dynamodb:DeleteItem",
"dynamodb:DescribeTable",
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Scan",
"dynamodb:UpdateTable",
"dynamodb:UpdateItem"
],
"Resource": "*"
}
{code}
> DynamoDB billing_mode property is incorrectly documented
> --------------------------------------------------------
>
> Key: HUDI-4045
> URL: https://issues.apache.org/jira/browse/HUDI-4045
> Project: Apache Hudi
> Issue Type: Task
> Components: docs
> Reporter: Atharva Inamdar
> Priority: Major
> Attachments: image-2022-05-05-12-13-35-294.png
>
>
> Documented feature:
> [https://hudi.apache.org/docs/next/configurations/#hoodiewritelockdynamodbbilling_mode]
> This specifies the `billing_mode` property is optional with a default value.
> However running Hudi 0.10.1 the implementation throws an error if the
> property is not specified in the application.
> !image-2022-05-05-12-13-35-294.png|width=973,height=125!
>
> Second document that is incomplete is this guide:
> [https://hudi.apache.org/docs/concurrency_control/#enabling-multi-writing] .
> This is missing `billing_mode` and `endpoint_url`.
> it would be good to get documentation updated to be correct.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)