HADOOP-17478. Improve the description of hadoop.http.authentication.signature.secret.file (#2628)

Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit d82009599a)
This commit is contained in:
Akira Ajisaka 2021-01-24 22:56:47 +09:00
parent a5647b99da
commit 52004affa8
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -2319,7 +2319,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 RM/NM/NN/DN configurations.
A different secret should be used for each service.
</description>
</property>