HADOOP-16841. The description of hadoop.http.authentication.signature.secret.file contains outdated information. Contributed by Xieming Li.

(cherry picked from commit 5cbc4c5461)
This commit is contained in:
Takanobu Asanuma 2020-02-25 11:08:13 +09:00
parent f9437b1817
commit fb0aba8521
1 changed files with 1 additions and 1 deletions

View File

@ -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>