This is an automated email from the ASF dual-hosted git repository.

tasanuma pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 241c5a1  HADOOP-16841. The description of 
hadoop.http.authentication.signature.secret.file contains outdated information. 
Contributed by Xieming Li.
241c5a1 is described below

commit 241c5a14c55e53120d8fe6ab49b7271766094544
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 6db77b3..03a374d 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
@@ -2091,7 +2091,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]

Reply via email to