Is it possible to submit a Spark application to a cluster from a machine
that does not have Java installed?

My impression is that many, many more computers come with Python installed
by default than do with Java.

I want to write a command-line utility
<https://issues.apache.org/jira/browse/SPARK-3499> that submits a Spark
application to a remote cluster. I want that utility to run on as many
machines as possible out-of-the-box, so I want to avoid a dependency on
Java (or a JRE) if possible.

Nick




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Submit-Spark-applications-from-a-machine-that-doesn-t-have-Java-installed-tp21085.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to