This is an automated email from the ASF dual-hosted git repository.
tasanuma pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new fb0aba8 HADOOP-16841. The description of
hadoop.http.authentication.signature.secret.file contains outdated information.
Contributed by Xieming Li.
fb0aba8 is described below
commit fb0aba8521bd851e883d05cd8ac36c54d6c61f47
Author: Takanobu Asanuma <[email protected]>
AuthorDate: Tue Feb 25 11:08:13 2020 +0900
HADOOP-16841. The description of
hadoop.http.authentication.signature.secret.file contains outdated information.
Contributed by Xieming Li.
(cherry picked from commit 5cbc4c54611f062690c3bfcf78d09d37c78ffd12)
---
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
index 8fe910e..454b05f 100644
--- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
+++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
@@ -2193,7 +2193,7 @@
<value>${user.home}/hadoop-http-auth-signature-secret</value>
<description>
The signature secret for signing the authentication tokens.
- The same secret should be used for JT/NN/DN/TT configurations.
+ The same secret should be used for RM/NM/NN/DN configurations.
</description>
</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]