When running on a Apache Spark cluster how does Sparkflows submit the spark jobs?

Sparkflows uses spark-submit to submit the Apache Spark jobs to the cluster. Hence it is important that spark-submit works from the machine on which Sparkflows is installed.

Sparkflows enables you to create a Spark Submit–based compute connection and use it to submit jobs or workflows on an Apache Spark cluster.

Please find Reference Document: Spark Submit Connection — Sparkflows 3.0 documentation