[ 
https://issues.apache.org/jira/browse/HADOOP-15845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646634#comment-16646634
 ] 

Steve Loughran commented on HADOOP-15845:
-----------------------------------------

{code}
bin/hadoop s3guard destroy
2018-10-11 16:35:22,883 [main] INFO  s3guard.S3GuardTool 
(S3GuardTool.java:initMetadataStore(273)) - Metadata store 
DynamoDBMetadataStore{region=eu-west-1, tableName=shared-table, 
tableArn=arn:aws:dynamodb:eu-west-1:980678866538:table/shared-table} is 
initialized.
2018-10-11 16:35:22,886 [main] INFO  s3guard.DynamoDBMetadataStore 
(DynamoDBMetadataStore.java:destroy(957)) - Deleting DynamoDB table 
shared-table in region eu-west-1
Metadata store is deleted.
{code}

> s3guard init and destroy command will create/destroy tables if ddb.table & 
> region are set
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-15845
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15845
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.1.1
>            Reporter: Steve Loughran
>            Priority: Major
>
> If you have s3guard set up with a table name and a region, then s3guard init 
> will automatically create the table, without you specifying a bucket or URI.
> I had expected the command just to print out its arguments, but it actually 
> did the init with the default bucket values
> Even worse, `hadoop s3guard destroy` will destroy the table. 
> This is too dangerous to allow. The command must require either the name of a 
> bucket or an an explicit ddb table URI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to