-
- Downloads
[SPARK-9669] [MESOS] Support PySpark on Mesos cluster mode.
Support running pyspark with cluster mode on Mesos! This doesn't upload any scripts, so if running in a remote Mesos requires the user to specify the script from a available URI. Author: Timothy Chen <tnachen@gmail.com> Closes #8349 from tnachen/mesos_python.
Showing
- core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala 9 additions, 4 deletions.../src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
- core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterScheduler.scala 30 additions, 12 deletions...spark/scheduler/cluster/mesos/MesosClusterScheduler.scala
- docs/running-on-mesos.md 2 additions, 0 deletionsdocs/running-on-mesos.md
Loading
Please register or sign in to comment