pan3793 commented on code in PR #2082: URL: https://github.com/apache/incubator-celeborn/pull/2082#discussion_r1386682272
########## docs/deploy.md: ########## @@ -58,6 +58,10 @@ celeborn.rpc.askTimeout 240s celeborn.worker.flusher.hdfs.buffer.size 4m celeborn.storage.hdfs.dir hdfs://<namenode>/celeborn celeborn.worker.replicate.fastFail.duration 240s +# If you HDFS is enabled with Kerberos. +# You will need to set the following configs or use kinit to get valid TGT. Review Comment: ```suggestion # Either principal/keytab or valid TGT cache is required to access kerberized HDFS ``` -- 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]
