Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/22550#discussion_r220590459
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -160,6 +160,10 @@ package object config {
.doc("Name of the Kerberos principal.")
.stringConf.createOptional
+ private[spark] val KAFKA_BOOTSTRAP_SERVERS =
ConfigBuilder("bootstrap.servers")
--- End diff --
Hm, this is a spark configuration. Can we add a prefix `spark.`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]