Steve Loughran created HADOOP-16362: ---------------------------------------
Summary: ITestS3GuardToolDynamoDB.testDynamoDBInitDestroyCycle fails if test bucket isn't on demand Key: HADOOP-16362 URL: https://issues.apache.org/jira/browse/HADOOP-16362 Project: Hadoop Common Issue Type: Bug Affects Versions: 3.3.0 Reporter: Steve Loughran Assignee: Steve Loughran After HADOOP-15563, if the default s3guard bucket for an FS isn't on-demand, then {{ITestS3GuardToolDynamoDB.testDynamoDBInitDestroyCycle}} fails. This is because it creates an on-demand DDB table using a dynamodb// ref, but then calls set-capacity on the original FS URL -which then uses any existing table if it is present. And if that table is provisioned, the set capacity call succeeds. Fix: the set-capacity call to take the dynamodb:// URL too -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org