steveloughran commented on a change in pull request #879: HADOOP-15563 S3Guard
to create on-demand DDB tables
URL: https://github.com/apache/hadoop/pull/879#discussion_r290828199
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardTool.java
##########
@@ -434,7 +434,8 @@ public abstract int run(String[] args, PrintStream out)
throws Exception,
"\n" +
" URLs for Amazon DynamoDB are of the form dynamodb://TABLE_NAME.\n" +
" Specifying both the -" + REGION_FLAG + " option and an S3A path\n" +
- " is not supported.";
+ " is not supported.\n"
+ + "To create a table with per-request billing, set the read and write
capaciies to 0";
Review comment:
fixed; also splitting the line in both the IDE and in the printed text
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]