소스 검색

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

Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
Akira Ajisaka 4 년 전
부모
커밋
d82009599a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

+ 1 - 1
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

@@ -2847,7 +2847,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>