pan3793 commented on code in PR #2074:
URL: 
https://github.com/apache/incubator-celeborn/pull/2074#discussion_r1382747589


##########
docs/deploy.md:
##########
@@ -59,6 +59,15 @@ celeborn.worker.flusher.hdfs.buffer.size 4m
 celeborn.storage.hdfs.dir hdfs://<namenode>/celeborn
 celeborn.worker.replicate.fastFail.duration 240s
 
+# If your HDFS is enabled with Kerberos authentication. You also need to set 
the following
+# parameters for Celeborn master and worker. You need to deploy the keytab 
file to the
+# corresponding path on the master and worker.
+celeborn.storage.hdfs.kerberos.enabled true
+celeborn.storage.hdfs.kerberos.principal user@REALM
+celeborn.storage.hdfs.kerberos.keytab /path/to/user.keytab
+celeborn.hadoop.hadoop.security.authorization kerberos
+celeborn.hadoop.dfs.namenode.kerberos.principal hdfs/_HOST@REALM

Review Comment:
   in practice, these hadoop conf are usually set in `core-site.xml` or 
`hdfs-site.xml`, does export `HADOOP_CONF_DIR` works?
   



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

Reply via email to