aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorBenjamin Hindman <benjamin.hindman@gmail.com>2013-07-23 09:33:13 -0400
committerBenjamin Hindman <benjamin.hindman@gmail.com>2013-07-29 23:32:52 -0700
commitf6f46455eb4f1199eb9a464b1a0b45d9926f7ff8 (patch)
tree78f97d0a0c00c149c06ecd734b4885bfc81e5d6d /project
parent49be084ed3cca4778ff0602c0bee962a3515338e (diff)
downloadspark-f6f46455eb4f1199eb9a464b1a0b45d9926f7ff8.tar.gz
spark-f6f46455eb4f1199eb9a464b1a0b45d9926f7ff8.tar.bz2
spark-f6f46455eb4f1199eb9a464b1a0b45d9926f7ff8.zip
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.
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 9920e00a67..a2ea9c9694 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -176,7 +176,7 @@ object SparkBuild extends Build {
"it.unimi.dsi" % "fastutil" % "6.4.4",
"colt" % "colt" % "1.2.0",
"net.liftweb" % "lift-json_2.9.2" % "2.5",
- "org.apache.mesos" % "mesos" % "0.9.0-incubating",
+ "org.apache.mesos" % "mesos" % "0.12.0-incubating",
"io.netty" % "netty-all" % "4.0.0.Beta2",
"org.apache.derby" % "derby" % "10.4.2.0" % "test",
"com.codahale.metrics" % "metrics-core" % "3.0.0",