HyukjinKwon commented on PR #47500:
URL: https://github.com/apache/spark/pull/47500#issuecomment-2254241177
hm, this works to be with this change:
```bash
sbin/start-connect-server.sh --conf spark.log.structuredLogging.enabled=false
starting org.apache.spark.sql.connect.service.SparkConnectServer, logging to
/.../spark/logs/spark-hyukjin.kwon-org.apache.spark.sql.connect.service.SparkConnectServer-1-GF2HX736Y2.out
(python3.11) ➜ spark git:(master) tail -f
/.../spark/logs/spark-hyukjin.kwon-org.apache.spark.sql.connect.service.SparkConnectServer-1-GF2HX736Y2.out
```
```
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@70029d2d{/metrics,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@654e6a90{/jobs/job/kill,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@16a5c7e4{/stages/stage/kill,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@1e957e2f{/metrics/json,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO Utils: Successfully started service
'org.apache.spark.sql.connect.service.SparkConnectService$' on port 15002.
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@4a642e4b{/connect,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@3b4086c1{/connect/json,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@5eed6dfb{/connect/session,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO ContextHandler: Started
o.e.j.s.ServletContextHandler@551be9f6{/connect/session/json,null,AVAILABLE,@Spark}
24/07/27 16:02:11 INFO SparkConnectServer: Spark Connect server started at:
0:0:0:0:0:0:0:0:15002
```
--
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]