Skip to content

Commit 4ce4793

Browse files
pwendellmateiz
authored andcommitted
SPARK-1873: Add README.md file when making distributions
Author: Patrick Wendell <[email protected]> Closes apache#818 from pwendell/reamde and squashes the following commits: 4020b11 [Patrick Wendell] SPARK-1873: Add README.md file when making distributions
1 parent ebcd2d6 commit 4ce4793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-distribution.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ fi
191191
mkdir "$DISTDIR"/conf
192192
cp "$FWDIR"/conf/*.template "$DISTDIR"/conf
193193
cp "$FWDIR"/conf/slaves "$DISTDIR"/conf
194+
cp "$FWDIR/README.md" "$DISTDIR"
194195
cp -r "$FWDIR/bin" "$DISTDIR"
195196
cp -r "$FWDIR/python" "$DISTDIR"
196197
cp -r "$FWDIR/sbin" "$DISTDIR"

0 commit comments

Comments
 (0)