This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new c89d22d HADOOP-16602. mvn package fails in hadoop-aws.
c89d22d is described below
commit c89d22d13a73a72b71ff1c1dd52987e4dd4acd0f
Author: Xieming Li <[email protected]>
AuthorDate: Wed Sep 25 14:15:35 2019 +0100
HADOOP-16602. mvn package fails in hadoop-aws.
Contributed by Xieming Li.
Follow-up to HADOOP-16445
Change-Id: I72c62d55b734a0f67556844f398ef4a50d9ea585
---
.../hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
index 345ac90..659e802 100644
---
a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
+++
b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
@@ -353,8 +353,8 @@ public final class Constants {
/**
* List of custom Signers. The signer class will be loaded, and the signer
* name will be associated with this signer class in the S3 SDK. e.g. Single
- * CustomSigner -> 'CustomSigner:org.apache...CustomSignerClass Multiple
- * CustomSigners ->
'CSigner1:CustomSignerClass1,CSigner2:CustomerSignerClass2
+ * CustomSigner {@literal ->} 'CustomSigner:org.apache...CustomSignerClass
Multiple
+ * CustomSigners {@literal ->}
'CSigner1:CustomSignerClass1,CSigner2:CustomerSignerClass2
*/
public static final String CUSTOM_SIGNERS = "fs.s3a.custom.signers";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]