Description
This is driven by me trying to test o whether a bucket has fault injection enabled. You can see from the logs, but not from a shell script.
I want to be able to go
hadoop s3guard verify-property fs.s3a.s3.client.factory.impl=org.apache.hadoop.fs.s3a.InconsistentS3ClientFactory s3a://test-bucket/
and have the command return -1 if the property doesn't equal this value. This lets me check that per-bucket and test run settings are propagating down. As it is you need to look @ the logs.