aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-04-24 09:59:44 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-24 10:00:34 -0700
commitfaeb761cbe37521ec7ee6bbab7bcbc4bb1abb328 (patch)
tree059e72e38bab47b7ce0411f2207b667963be20af /make-distribution.sh
parent27b2821cf16948962c7a6f513621a1eba60b8cf3 (diff)
downloadspark-faeb761cbe37521ec7ee6bbab7bcbc4bb1abb328.tar.gz
spark-faeb761cbe37521ec7ee6bbab7bcbc4bb1abb328.tar.bz2
spark-faeb761cbe37521ec7ee6bbab7bcbc4bb1abb328.zip
Small changes to release script
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 83dfc74585..62a2821774 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -141,6 +141,7 @@ cp $FWDIR/examples/target/scala*/spark-examples*.jar "$DISTDIR/lib/"
# Copy other things
mkdir "$DISTDIR"/conf
cp "$FWDIR"/conf/*.template "$DISTDIR"/conf
+cp "$FWDIR"/conf/slaves "$DISTDIR"/conf
cp -r "$FWDIR/bin" "$DISTDIR"
cp -r "$FWDIR/python" "$DISTDIR"
cp -r "$FWDIR/sbin" "$DISTDIR"