Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.8.4
-
None
-
None
Description
If you do a hadoop fs command with the AWS account valid but the password wrong, it takes a while to timeout, because of retries happening underneath.
Eventually it gives up, but failing fast would be better.
- maybe: check the password length and fail if it is not the right length (is there a standard one? Or at least a range?)
- consider a retry policy which fails faster on signature failures/403 responses
Attachments
Issue Links
- relates to
-
HADOOP-14556 S3A to support Delegation Tokens
- Resolved