Skip to content

Commit

Permalink
SPARK-1873: Add README.md file when making distributions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pwendell authored and mateiz committed May 18, 2014
1 parent ebcd2d6 commit 4ce4793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ fi
mkdir "$DISTDIR"/conf
cp "$FWDIR"/conf/*.template "$DISTDIR"/conf
cp "$FWDIR"/conf/slaves "$DISTDIR"/conf
cp "$FWDIR/README.md" "$DISTDIR"
cp -r "$FWDIR/bin" "$DISTDIR"
cp -r "$FWDIR/python" "$DISTDIR"
cp -r "$FWDIR/sbin" "$DISTDIR"
Expand Down

0 comments on commit 4ce4793

Please sign in to comment.