steveloughran opened a new pull request #3534: URL: https://github.com/apache/hadoop/pull/3534
### Description of PR * Remove all S3Guard code from S3A production and test modules * CLI entry point to remove obsolete commands, downgrading to warn and fail * FS to reject instantiation if metastore set to anything other than null store ### How was this patch tested? deleting tests until everything worked again (WiP) ### For code changes: - [X] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? TODO - [ ] all tests to complete - [ ] Remove all tests related to delayed consistency, + a lot of remote file changed - [ ] remove `whenGuarded()` clauses from cost tests; `withWhenRaw()` to become simply `with()` - [ ] new CLI entry point "s3a"; "s3guard will map to this" - [ ] Docs - [ ] AssumedRole rules & docs - [ ] Remove the inconsistent client? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
