rmcyang commented on code in PR #2105:
URL:
https://github.com/apache/incubator-celeborn/pull/2105#discussion_r1399693569
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4053,4 +4058,12 @@ object CelebornConf extends Logging {
.doc("Kerberos keytab file path for HDFS storage connection.")
.stringConf
.createOptional
+
Review Comment:
Spark uses configs `NETWORK_CRYPTO_ENABLED` and `SASL_ENCRYPTION_ENABLED` to
enable the encryption. Are we going to introduce similar config(s) for Celeborn?
--
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]