juliuszsompolski commented on PR #42465: URL: https://github.com/apache/spark/pull/42465#issuecomment-1677123581
@LuciferYang so the client build implicitly depends on the Server being build first, so that the server can be started by RemoteSparkSession? I think that's a bigger hack than the CLASSPATH order in https://github.com/apache/spark/pull/42465#discussion_r1292329247 :-). If the client doesn't depend on the server right now, isn't that order fragile right now already? But it should be possible so that the order becomes: client-internal, server, client... Can the server be made something like a "build-only" dependency (i.e. a dependency that is build before, but not packaged together or added to classpath) of the client to force that order? -- 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]
