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

Steve Loughran commented on HADOOP-13449:
-----------------------------------------

regarding create() on a path. S3A isn't strict enough (HADOOP-13321) . It 
checks the dest path is there and not a directory, but doesn't go up the tree. 
It should. we know it should, but we also know how much slower things would be. 
I'm hoping to make this something done asynchronously between creating the file 
and actually committing the write in the final close(). That is, fail later, 
rather than sooner —but do fail before anything is materialized (HADOOP-13654).

> S3Guard: Implement DynamoDBMetadataStore.
> -----------------------------------------
>
>                 Key: HADOOP-13449
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13449
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>            Reporter: Chris Nauroth
>            Assignee: Mingliang Liu
>         Attachments: HADOOP-13449-HADOOP-13345.000.patch, 
> HADOOP-13449-HADOOP-13345.001.patch
>
>
> Provide an implementation of the metadata store backed by DynamoDB.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to