From 9b8a769187e30f8521cecad92a3a6c7f490d507b Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Mon, 1 Dec 2014 16:31:04 +0800 Subject: SPARK-2192 [BUILD] Examples Data Not in Binary Distribution Simply, add data/ to distributions. This adds about 291KB (compressed) to the tarball, FYI. Author: Sean Owen Closes #3480 from srowen/SPARK-2192 and squashes the following commits: 47688f1 [Sean Owen] Add data/ to distributions (cherry picked from commit 6384f42ab2e5c2b3e767ab4a428cda20a8ddcbe1) Signed-off-by: Xiangrui Meng --- make-distribution.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make-distribution.sh') diff --git a/make-distribution.sh b/make-distribution.sh index 7c0fb8992a..45c99e42e5 100755 --- a/make-distribution.sh +++ b/make-distribution.sh @@ -201,6 +201,9 @@ if [ -e "$FWDIR"/CHANGES.txt ]; then cp "$FWDIR/CHANGES.txt" "$DISTDIR" fi +# Copy data files +cp -r "$FWDIR/data" "$DISTDIR" + # Copy other things mkdir "$DISTDIR"/conf cp "$FWDIR"/conf/*.template "$DISTDIR"/conf -- cgit v1.2.3