pan3793 commented on PR #46889: URL: https://github.com/apache/spark/pull/46889#issuecomment-2153280459
> ... using the [org.apache.spark.launcher package](https://spark.apache.org/docs/3.5.1/api/java/org/apache/spark/launcher/package-summary.html)'s `InProcessLauncher` As `InProcessLauncher` was mentioned, let me share some use cases. We do see [perf benefits](https://github.com/apache/kyuubi/issues/4825#issuecomment-1546534245) of `InProcessLauncher` in [Kyuubi](https://kyuubi.apache.org/)(a gateway for Spark and other engines) use cases. Well, seems this is not well maintained today, though I suppose it should be a public API and an official approach to launch Spark jobs. For example, due to SPARK-41006, it does not work for K8s mode. -- 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]
