adoroszlai commented on a change in pull request #2949:
URL: https://github.com/apache/ozone/pull/2949#discussion_r776269636



##########
File path: hadoop-hdds/docs/content/security/SecuringDatanodes.md
##########
@@ -38,7 +38,7 @@ that is setup in  hdfs-site.xml.
 Property|Description
 --------|--------------
 dfs.datanode.kerberos.principal|The datanode service principal. <br/> e.g. 
dn/[email protected]
-dfs.datanode.keytab.file| The keytab file used by datanode daemon to login as 
its service principal.
+dfs.datanode.kerberos.keytab.file| The keytab file used by datanode daemon to 
login as its service principal.

Review comment:
       Can you please point out where `dfs.datanode.kerberos.keytab.file` is 
used?
   
   `dfs.datanode.keytab.file` is defined in 
https://github.com/apache/ozone/blob/d6cbb15f7a29221fcbd8f2c3bc9f5073c12c12d7/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/DFSConfigKeysLegacy.java#L72-L73
 and used in 
https://github.com/apache/ozone/blob/d6cbb15f7a29221fcbd8f2c3bc9f5073c12c12d7/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/HddsDatanodeService.java#L244-L254




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to