aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorBurak Yavuz <brkyvz@gmail.com>2015-08-12 20:59:38 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2015-08-12 20:59:38 -0700
commit2fb4901b71cee65d40a43e61e3f4411c30cdefc3 (patch)
treefd535b2a50650094fb7efd592e70ff0b8134eb03 /make-distribution.sh
parentd7053bea985679c514b3add029631ea23e1730ce (diff)
downloadspark-2fb4901b71cee65d40a43e61e3f4411c30cdefc3.tar.gz
spark-2fb4901b71cee65d40a43e61e3f4411c30cdefc3.tar.bz2
spark-2fb4901b71cee65d40a43e61e3f4411c30cdefc3.zip
[SPARK-9916] [BUILD] [SPARKR] removed left-over sparkr.zip copy/create commands from codebase
sparkr.zip is now built by SparkSubmit on a need-to-build basis. cc shivaram Author: Burak Yavuz <brkyvz@gmail.com> Closes #8147 from brkyvz/make-dist-fix.
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index 4789b0e09c..247a81341e 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -219,7 +219,6 @@ cp -r "$SPARK_HOME/ec2" "$DISTDIR"
if [ -d "$SPARK_HOME"/R/lib/SparkR ]; then
mkdir -p "$DISTDIR"/R/lib
cp -r "$SPARK_HOME/R/lib/SparkR" "$DISTDIR"/R/lib
- cp "$SPARK_HOME/R/lib/sparkr.zip" "$DISTDIR"/R/lib
fi
# Download and copy in tachyon, if requested