-
- Downloads
Added property 'spark.executor.uri' for launching on Mesos without
requiring Spark to be installed. Using 'make_distribution.sh' a user can put a Spark distribution at a URI supported by Mesos (e.g., 'hdfs://...') and then set that when launching their job. Also added SPARK_EXECUTOR_URI for the REPL.
Showing
- core/src/main/scala/spark/scheduler/mesos/CoarseMesosSchedulerBackend.scala 20 additions, 7 deletions...a/spark/scheduler/mesos/CoarseMesosSchedulerBackend.scala
- core/src/main/scala/spark/scheduler/mesos/MesosSchedulerBackend.scala 12 additions, 5 deletions...n/scala/spark/scheduler/mesos/MesosSchedulerBackend.scala
- make-distribution.sh 1 addition, 0 deletionsmake-distribution.sh
- project/SparkBuild.scala 1 addition, 1 deletionproject/SparkBuild.scala
- repl/src/main/scala/spark/repl/SparkILoop.scala 2 additions, 0 deletionsrepl/src/main/scala/spark/repl/SparkILoop.scala
Loading
Please register or sign in to comment