Ahmar Suhail created HADOOP-18368:
-------------------------------------
Summary: ITestCustomSigner fails when access point name has '-'
Key: HADOOP-18368
URL: https://issues.apache.org/jira/browse/HADOOP-18368
Project: Hadoop Common
Issue Type: Sub-task
Reporter: Ahmar Suhail
If you create an access point name which has hyphens, eg
custom-signer-access-point, the ITestCustomSigner fails. This is because the
array is split on "-"
[here|https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/ITestCustomSigner.java#L231]
and then joined, so access point name becomes "customsigneraccesspoint".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]