From d82009599a2e9f48050e0c41440b36c759ec068f Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Sun, 24 Jan 2021 22:56:47 +0900 Subject: [PATCH] HADOOP-17478. Improve the description of hadoop.http.authentication.signature.secret.file (#2628) Reviewed-by: Wei-Chiu Chuang --- .../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 42e681e2cf..41e8e84b57 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 @@ -2847,7 +2847,7 @@ ${user.home}/hadoop-http-auth-signature-secret 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.