hiboyang opened a new issue, #56816:
URL: https://github.com/apache/spark/issues/56816

   Current Spark Connect uses connection string like `sc://host1:15002`, which 
does not support a path in the url, e.g. not support value like 
`sc://host1/path1:15002`.
   
   In Kubernetes, people can set up an Ingress to expose Spark Connect driver 
endpoint by a matching url, e.g. `http://host1/path1` can be routed to the 
driver endpoint. Need to update Spark Connect client to support this scenario.
   
   This could be a Spark Client side change, e.g. in Python Spark Connect 
client, connect to server based on the host name, and intercept GPRC call to 
avoid path interfering GRPC protocol.
   
   I am working on a prototype, also open to hear feedback / suggestions.
   


-- 
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]

Reply via email to