aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
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 /make-distribution.sh
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 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index 4374e0e8c4..0a8941c1f8 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -66,6 +66,7 @@ cp $FWDIR/repl/target/*.jar "$DISTDIR/jars/"
cp -r "$FWDIR/bin" "$DISTDIR"
cp -r "$FWDIR/conf" "$DISTDIR"
cp "$FWDIR/run" "$FWDIR/spark-shell" "$DISTDIR"
+cp "$FWDIR/spark-executor" "$DISTDIR"
if [ "$1" == "tgz" ]; then