vicennial commented on code in PR #40675:
URL: https://github.com/apache/spark/pull/40675#discussion_r1159370697
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/SimpleSparkConnectService.scala:
##########
@@ -38,7 +38,7 @@ private[sql] object SimpleSparkConnectService {
private val stopCommand = "q"
def main(args: Array[String]): Unit = {
- val conf = new SparkConf()
+ val conf = new SparkConf().set("connect.test", "true")
Review Comment:
I tried this first but it breaks testing because it attempts to launch
multiple servers (IIRC I was getting hit by port occupied errors)
--
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]