Add a Python job
In the Spark Capsule, you may upload a simple Python script instead of a Scala jar.
Simply remove the `--class=MyClass` argument in the default "Command to launch job":
spark-submit {driver_options} {file}
In the Spark Capsule, you may upload a simple Python script instead of a Scala jar.
Simply remove the `--class=MyClass` argument in the default "Command to launch job":
spark-submit {driver_options} {file}